flutter_test_factory 0.1.0
flutter_test_factory: ^0.1.0 copied to clipboard
Generate Flutter tests automatically.
flutter-test-factory #
Topics: dart · flutter · flutter-test-factory · mobile · pub
Generate Flutter tests automatically.
CLI #
npx flutter-test-factory generate
Features #
- unit tests
- widget tests
- mock setup
Usage #
import 'package:flutter_test_factory/flutter_test_factory.dart';
void main() {
FlutterTestFactory.init();
}
Why #
Testing coverage is poor because writing tests is slow.
License #
MIT