Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
Amse_Tp2
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
Lila NICKLER
Amse_Tp2
Commits
3b2c642c
Commit
3b2c642c
authored
Feb 15, 2021
by
Lila NICKLER
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Exercice 3
parent
92e27496
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
178 additions
and
115 deletions
+178
-115
Exo.dart
lib/Exo.dart
+176
-113
main.dart
lib/main.dart
+2
-2
No files found.
lib/Exo.dart
View file @
3b2c642c
This diff is collapsed.
Click to expand it.
lib/main.dart
View file @
3b2c642c
...
...
@@ -34,7 +34,7 @@ class _MyHomePageState extends State<MyHomePage> {
@override
//static Exercice1 exo1 = new Exercice1();
static
Exercice
2
exo2
=
new
Exercice2
();
static
Exercice
3
exo3
=
new
Exercice3
();
@override
Widget
build
(
BuildContext
context
)
{
return
Scaffold
(
...
...
@@ -46,7 +46,7 @@ class _MyHomePageState extends State<MyHomePage> {
child:
Column
(
mainAxisAlignment:
MainAxisAlignment
.
center
,
children:
<
Widget
>[
Expanded
(
child:
exo
2
)
Expanded
(
child:
exo
3
)
],
),
),
...
...
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