hondooye_logger 1.0.0
hondooye_logger: ^1.0.0 copied to clipboard
A useful logger.
Changelog #
All notable changes to this project will be documented in this file.
1.0.0 - 2025-11-06 #
Added #
- Full Flutter 3.x compatibility
- Support for Dart 3.0+
- Modern Flutter API usage (super.key, super parameters)
Changed #
- Upgraded to Flutter SDK 3.0.0+
- Updated logger package to ^2.0.0
- Updated http package to ^1.1.0
- Updated flutter_lints to ^6.0.0
- Improved code quality with strict type annotations
Fixed #
- Removed deprecated library declaration
- Fixed linting issues for Flutter 3.x