app_layout 0.0.2 copy "app_layout: ^0.0.2" to clipboard
app_layout: ^0.0.2 copied to clipboard

Widget in Flutter is a responsive layout widget designed to adapt its content based on the screen width

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,
)
2
likes
130
points
24
downloads

Publisher

unverified uploader

Weekly Downloads

Widget in Flutter is a responsive layout widget designed to adapt its content based on the screen width

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on app_layout