app_layout

Last updated:

0 purchases

app_layout Image
app_layout Images
Add to Cart

Description:

app layout

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,
)
copied to clipboard

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.