flutter_diagnostic 1.3.0
flutter_diagnostic: ^1.3.0 copied to clipboard
Diagnostic package interfaces for generating different managers or tools for control in Flutter. Usually created for Firebase, Sentry, CloudWatch, etc.
1.3.0 #
- FIX: Update CHANGELOG files for diagnostic and flutter_diagnostic packages to reflect recent changes and improvements. (34a8da3c)
- FIX: Update README files for diagnostic and flutter_diagnostic packages to enhance clarity and structure. (e823b4d5)
- FIX: Update package descriptions and Flutter SDK constraints in pubspec.yaml. (d535fd73)
- FEAT: Add test dependencies and implement diagnostic tests for Flutter and Dart packages. (868d8129)
- FEAT: Restructure diagnostic package and add Flutter support. (44ae4d47)
Changelog #
All notable changes to the flutter_diagnostic package will be documented in this file.
1.2.0 #
- feat: Added unit and widget tests for Flutter bindings.
- feat: Improved internal file structure and location (
lib/src/). - chore: Updated package documentation and READMEs.
1.1.1 #
- refactor: Exported base
diagnosticpackage directly fromflutter_diagnosticto eliminate the need for secondary imports.
1.1.0 #
- feat: Introduced capability pattern via
FlutterRouteDiagnosticinterface. - feat: Added
FlutterDiagnosticManagerto isolate automatic UI error catching (FlutterError,PlatformDispatcher) and route observers. - chore: Rewrote documentation with dedicated Flutter implementation guides.
1.0.0 #
- feat: Initial release with Flutter diagnostic bindings.