Commit 87a941eb authored by m-spi's avatar m-spi

Merge branch 'tim' into matis

parents dc5cd0b9 f97716bd
This diff is collapsed.
This diff is collapsed.
......@@ -23,3 +23,7 @@ dev_dependencies:
flutter:
uses-material-design: true
assets:
- assets/images/1.jpg
- assets/images/2.jpg
- assets/images/passeur.png
......@@ -13,7 +13,7 @@ import 'package:tp1/main.dart';
void main() {
testWidgets('Counter increments smoke test', (WidgetTester tester) async {
// Build our app and trigger a frame.
await tester.pumpWidget(const MyApp());
await tester.pumpWidget(const TindBookApp());
// Verify that our counter starts at 0.
expect(find.text('0'), findsOneWidget);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment