test_flutter 1.0.0
test_flutter: ^1.0.0 copied to clipboard
A Flutter example package for testing and publishing to pub.dev
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.0.0 - 2024-01-01 #
Added #
- Initial release
- Calculator class with basic arithmetic operations (add, subtract, multiply, divide)
- Counter class with increment, decrement, and reset functionality
- Comprehensive test coverage
- Example Flutter app demonstrating package usage
- MIT License
- README with usage examples