mirror of
https://github.com/openfoodfacts/smooth-app.git
synced 2025-08-06 18:25:11 +08:00

* First movement * devcotainer * Lint fixes * Shared visor * Final moves * Final lint fixes * Empty widget, moved scan header * Update scanner_ml_kit.dart --------- Co-authored-by: Marvin Moeltgen
9 lines
187 B
Dart
9 lines
187 B
Dart
import 'package:flutter_test/flutter_test.dart';
|
|
|
|
// The CI needs at least one test
|
|
void main() {
|
|
testWidgets('Fake test', (WidgetTester tester) async {
|
|
expect(true, true);
|
|
});
|
|
}
|