adaptive_container 0.0.3 copy "adaptive_container: ^0.0.3" to clipboard
adaptive_container: ^0.0.3 copied to clipboard

Flutter Package used to achieve a bootstrap-like behavior in your flutter project (Web, Desktop, Mobile(Android, IOS)).

Adaptive Container #

  • Flutter Package used mainly to have a bootstrap-like responsive UI behavior.

Full Width View #

alt text

Adjusted width to < 1200 #

alt text

Adjusted width to < 900 #

alt text

Adjusted width to < 650 #

alt text

How to use #

  • Wrap your AdaptiveContainer to a container with dimensions
  • define the type of the view, default view is 2

AdapTypes #

  • AdapType.ADA_2 - This is the default number of the view, meaning it has 2 Rows to view if it is in the maximum width.
  • AdapType.ADA_3 - 3 Rows to view if it is in the maximum width.
  • AdapType.ADA_4 - 4 Rows to view if it is in the maximum width.
  • AdapType.ADA_5 - The last value, it has 5 Rows to view if it is in the maximum width.
4
likes
120
pub points
42%
popularity

Publisher

unverified uploader

Flutter Package used to achieve a bootstrap-like behavior in your flutter project (Web, Desktop, Mobile(Android, IOS)).

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-2-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on adaptive_container