flutter_test_gen 0.0.4
flutter_test_gen: ^0.0.4 copied to clipboard
A CLI tool to automatically generate Flutter and Dart unit tests. Generates structured test templates for classes and functions to speed up Flutter testing.
Changelog #
All notable changes to this project will be documented in this file.
0.0.4 #
- Mock Dependencies
- Added Lint rules
- Added test
- CI workflow
0.0.3 #
- updated dependencies
0.0.2 #
- Improved README documentation
- Updated package metadata in
pubspec.yaml - Added repository and homepage links
- Improved package discoverability on pub.dev
0.0.1 #
- Initial release
- CLI tool to generate unit tests for Flutter/Dart methods
- Supports classes and top-level functions
- Generates structured test templates
- Appends missing tests to existing test files