smart_banner 0.2.0+1
smart_banner: ^0.2.0+1 copied to clipboard
Display a smart banner on top of the screen of your Flutter Web application.
0.2.0+1 #
- Added screenshots to the pubspec.yaml
0.2.0 #
- Detect when the browser is running on MacOS to use the iOS style banner
- Added the issue tracker and repository links to the pubspec.yaml
Breaking changes #
PlatformStyleExtension.isAndroid
is now private (andPlatformStyleExtension.isIOS
has been removed)SmartBannerThemeData.adaptive
constructor is now taking aBuildContext
BannerProperties.getPropertiesFromStyle
is now taking aBuildContext
as its first parameter
0.1.0+1 #
- Fixed screenshots in the README.md
0.1.0 #
- Initial release