flutter_platform_widgets 0.30.0
flutter_platform_widgets: ^0.30.0 copied to clipboard
Simplifying the use of both Material and Cupertino widgets with a single widget
[0.30.0] - December 11, 2019 #
(Flutter version support: v1.12.13+hotfix.5)
- Fixes the breaking change from flutter which causes the error:
The getter 'fullObstruction' isn't defined for the class 'ObstructingPreferredSizeWidget'.
- Updated all widgets compatible with Flutter v1.12.13+hotfix.5
[0.20.2] - October 12, 2019 #
(Flutter version support: v1.9.1+hotfix.2)
- Fixed unselectedFontSize to be a double and not a bool
[0.20.1] - September 23, 2019 #
(Flutter version support: v1.9.1+hotfix.2)
- Added a
Builder
to allow for children ofPlatformProvider
to get the Theme change on the builder argument.
[0.20.0] - September 16, 2019 #
(Flutter version support: v1.9.1+hotfix.2)
- Switching of Platform based off theme. (thanks stefanrusek)
- From now on the only way to dynamically change the target platform is to use
PlatformProvider
PlatformIconButton
can now take a Widget instead of it having to be an Icon (thanks GillesMontyne)
[0.13.0] - September 13, 2019 #
(Flutter version support: v1.9.1+hotfix.2)
- Updated all widgets compatible with Flutter v 1.9.1
- Added showPlatformModalSheet
- Added check for web to allow web to compile (thanks cbenhagen)
[0.12.0] - June 24, 2019 #
(Flutter version support: v1.5.4-hotfix.2)
- Added PlatformProvider so that swicthing platforms can rebuild the tree
- Added Material Flat button option for PlatformButton (see Readme)
- Fixed example issue
[0.11.5] - June 23, 2019 (Do not use) #
(Flutter version support: v1.6.3)
- Added PlatformProvider so that swicthing platforms can rebuild the tree
- Due to pub.dev supporting only Stable channel, version 0.11.5 is not supported.
[0.11.0] - June 22, 2019 (Do not use) #
(Flutter version support: v1.6.3)
- Updated all widgets compatible with Flutter v 1.6.3
- Added Material Flat button option for PlatformButton (see Readme)
- Fixed example issue
- Due to pub.dev supporting only Stable channel, version 0.11.0 is not supported.
[0.10.0] - May 12, 2019 #
(Flutter version support: v1.5.4-hotfix.2)
- Fix for PlatformIconButton and added field. Thanks ericmartineau
- Updated all widgets compatible with Flutter v1.5.4-hotfix.2
[0.9.6] - May 03, 2019 #
(Flutter version support: v1.1.8)
- Added other checks for platforms.
- Material = Android, Fuchsia, Windows, Linux
- Cupertino = iOS, MacOS
[0.9.5] - Feb 07, 2019 #
(Flutter version support: v1.1.8)
- Updated all widgets compatible with Flutter v 1.1.8
- Added CupertnoThemeData to PlatformApp to style iOS apps.
- If using PlatformScaffold on each page, no need to define Material widget when using Material widgets on the page
[0.9.0] - Jan 30, 2019 #
(Flutter version support: v1.0.0)
- Added PlatformSlider
[0.8.3] - Jan 30, 2019 #
(Flutter version support: v1.0.0)
- Fix for PlatformTextField keyboardType. Thanks furkantektas
[0.8.2] - Jan 29, 2019 #
(Flutter version support: v1.0.0)
- Added iosContentBottomPadding on PlatformScaffold to prevent the content going behind the navBar
- Optional android / ios builder for PlatformWidget. No need to specify both if only one if required.
[0.8.1] - Jan 20, 2019 #
(Flutter version support: v1.0.0)
- Updated README
[0.8.0] - Jan 19, 2019 #
(Flutter version support: v1.0.0)
- Added PlatformTextField
[0.7.1] - Jan 18, 2019 #
(Flutter version support: v1.0.0)
- Updated the minSDK version
- Moved example.dart up a level to appear on pubspec example page
[0.7.0] - Jan 18, 2019 #
(Flutter version support: v1.0.0)
- Added PlatformSwitch
[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 down 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