faster_driver 0.1.0 faster_driver: ^0.1.0 copied to clipboard
Script(s) to improve Integration Tests. Allows merging all the Integration tests into one file to run all tests at once
import 'package:example/app.dart';
import 'package:flutter/material.dart';
void main() {
runApp(const ExampleApp());
}