Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
amse
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Matis SPINELLI
amse
Commits
a14a2061
Commit
a14a2061
authored
Feb 10, 2024
by
Timothé KOBAK
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ENFIN TINDER MARCHE
parent
6feb322e
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
148 additions
and
165 deletions
+148
-165
1.jpg
tp1/assets/images/1.jpg
+0
-0
2.jpg
tp1/assets/images/2.jpg
+0
-0
passeur.png
tp1/assets/images/passeur.png
+0
-0
main.dart
tp1/lib/main.dart
+143
-164
pubspec.yaml
tp1/pubspec.yaml
+4
-0
widget_test.dart
tp1/test/widget_test.dart
+1
-1
No files found.
tp1/assets/images/1.jpg
0 → 100644
View file @
a14a2061
This diff is collapsed.
Click to expand it.
tp1/assets/images/2.jpg
0 → 100644
View file @
a14a2061
937 KB
tp1/assets/images/passeur.png
0 → 100644
View file @
a14a2061
330 KB
tp1/lib/main.dart
View file @
a14a2061
This diff is collapsed.
Click to expand it.
tp1/pubspec.yaml
View file @
a14a2061
...
@@ -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
tp1/test/widget_test.dart
View file @
a14a2061
...
@@ -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
TindBook
App
());
// Verify that our counter starts at 0.
// Verify that our counter starts at 0.
expect
(
find
.
text
(
'0'
),
findsOneWidget
);
expect
(
find
.
text
(
'0'
),
findsOneWidget
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment