adaptivex 0.0.1 adaptivex: ^0.0.1 copied to clipboard
This package allow you to build the widget based on width (screen) size or platform
adpativex #
This package allow you to build the widget based on width (screen) size or platform.You can use design any adaptive ui base on the running platform, and very flexible ot the screen size.
screenshot
Getting start #
Make sure you have flutter and dart installed on you current marchine
flutter pub add adaptivex
Widgets #
widget | description | parameters |
---|---|---|
AdaptivePlatformWidget | This widget will render based on the current running platform | Widget child is required |
AdaptiveBuilder | This widget will render base on context size width | Widget Function(BuildContext context) builder is required |