flutter_test_gen 0.0.2
flutter_test_gen: ^0.0.2 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.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