flutter_platform_widgets 0.6.0
flutter_platform_widgets: ^0.6.0 copied to clipboard
Simplifying the use of both Material and Cupertino widgets with a single widget
[0.6.0] - Jan 17, 2019 #
(Flutter version support: v1.0.0)
- Added PlatformApp. Thanks cmengler
- Added showPlatformDialog which is required to be used if PlatformApp is used and you need to show dialogs
- Added platformPageRoute function to pick the right default route for the platform
[0.5.0] - Nov 30, 2018 #
(Flutter version support: v1.0.0)
- Redone the way PlaformScaffold renders Cupertino. Requires fluttter version 0.11+
- Added iosContentPadding to PlatformScaffold for iOS to push content bown past the navigation (app) bar
[0.4.0] - Oct 27, 2018 #
(Flutter version support: v0.9.4)
- Caught up with latest flutter verison (0.9.4) adding extra widget properties.
[0.3.4] - Oct 11, 2018 #
- Fixed herotag issue when setting transitionBetweenRoutes to true
[0.3.3] - Oct 11, 2018 #
- Added transitionBetweenRoutes and heroTag as attributes to CupertinoNavigationBarData
[0.3.2] - Oct 09, 2018 #
- Fixed issue with AppBar padding
[0.3.1] - Aug 24, 2018 #
- Updated environment to support Dart 2
[0.3.0] - Aug 13, 2018 #
- Removed hasNotch to be compatible with the flutter develop branch
[0.1.0] - May 11, 2018 #
- Inital Release of Platform widgets