mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00

Verifies that flutter tools isn't rebuilt. Doesn't truly check that the created output is runnable.
7 lines
205 B
Dart
7 lines
205 B
Dart
import 'package:flutter_devicelab/framework/framework.dart';
|
|
import 'package:flutter_devicelab/tasks/integration_tests.dart';
|
|
|
|
Future<void> main() async {
|
|
await task(createFlutterCreateOfflineTest());
|
|
}
|