banners 0.3.1
banners: ^0.3.1 copied to clipboard
Package for dynamically displaying global banners at the top of the screen.
0.3.1 #
- Update to Flutter 3.
0.3.0 #
- Migrate to null-safety.
- Make
backgroundColor
required. - Remove unused
background
property fromBannerScaffold
. - Change license to MIT.
0.2.0 #
- Make package more generic, so it applies to more use-cases. Focus on the UI part and leave the service management to the developers. That makes it possible for them to use their existing service management solution.
0.1.1 #
- Loosen dependency on collections.
0.0.1 #
- Initial release.