flutter_platform_widgets 0.5.0
flutter_platform_widgets: ^0.5.0 copied to clipboard
Simplifying the use of both Material and Cupertino widgets with a single widget
0.5.0 Nov 30, 2018 #
- 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 #
- 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