8000 GitHub - mtkz/app_layout
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

mtkz/app_layout

Repository files navigation

Flutter Responsive Layout Widget

A Flutter widget for creating responsive layouts based on screen width.

how to use ?

AppLayout(
  standardBuilder: (height, width) => const Text('standard'),
  wideBuilder: (height, width) => const Text('wide'),
  threshold: 1000,
)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0