flutter_pre_sqa 0.1.0
flutter_pre_sqa: ^0.1.0 copied to clipboard
A developer-first Flutter pre-SQA automation tool for validating Flutter projects before QA handoff.
flutter_pre_sqa Example #
This example shows how to execute flutter_pre_sqa programmatically.
import 'package:flutter_pre_sqa/flutter_pre_sqa.dart';
Future<void> main() async {
final cli = FlutterPreSqaCli();
await cli.run([]);
}
For command-line usage, run:
dart run flutter_pre_sqa