flutter_notie 0.0.7
flutter_notie: ^0.0.7 copied to clipboard
FlutterNotie provides sleek toast notifications for Flutter apps, supporting various predefined styles like success, info, and error. Ideal for user feedback without clutter.
Changelog #
All notable changes to "flutter_notie" will be documented in this file.
0.0.1 - 2023-08-18 #
Added #
- Initial release of
flutter_notie. - Basic toast notifications with animations.
- Different toast types: success, info, warning, error, and default.
0.0.2 - 2023-08-18 #
Added & Changed #
- Fix some bugs concerning the toast's text
- Update all
flutter_notietoats colors - Update the default toast's duration to 800 milliseconds
0.0.5 - 2023-08-18 #
Added #
- Add documentation to
flutter_notiepackage - Add example to
flutter_notiepackage
0.0.6 - 2023-08-18 #
Added #
- Add a new toast type:
FlutterNotie.loadingto display a loading toast notification with lottie animations