mb_button 3.0.0
mb_button: ^3.0.0 copied to clipboard
A new button which requires only few arguments to get your desired button.
Current release #
3.0.0 10 June 2024 #
Release Notes: #
- BREAKING: Major version update to 3.0.0.
- Updated Dart SDK constraint to ^3.10.7.
- Minimum Flutter version support adjusted to match Dart SDK.
- Example project: Upgraded SDK and dependencies for compatibility with latest Flutter/Dart.
- Improved documentation and example code in
example/lib/main.dart. - Cleaned up and updated package metadata in pubspec.yaml.
- Internal: Refactored and updated supporting files for consistency with latest Flutter project structure.
1.0.5 17 October 2022 #
Release Notes: #
- Updated Documentation
- Replaced deprecated attributes with latest ones.
- Updated minimum SDK version from
2.12.0to2.18.2
1.0.3 11 October 2021 #
1.0.2 9 October 2021 #
Release Notes: #
- Migrated to null-safety.
- A clear example is added in the documentation.