Commit a14a2061 authored by Timothé KOBAK's avatar Timothé KOBAK

ENFIN TINDER MARCHE

parent 6feb322e
This diff is collapsed.
This diff is collapsed.
...@@ -23,3 +23,7 @@ dev_dependencies: ...@@ -23,3 +23,7 @@ dev_dependencies:
flutter: flutter:
uses-material-design: true 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'; ...@@ -13,7 +13,7 @@ import 'package:tp1/main.dart';
void main() { void main() {
testWidgets('Counter increments smoke test', (WidgetTester tester) async { testWidgets('Counter increments smoke test', (WidgetTester tester) async {
// Build our app and trigger a frame. // Build our app and trigger a frame.
await tester.pumpWidget(const TindBook()); await tester.pumpWidget(const TindBookApp());
// Verify that our counter starts at 0. // Verify that our counter starts at 0.
expect(find.text('0'), findsOneWidget); 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