Commit 3b2c642c authored by Lila NICKLER's avatar Lila NICKLER

Exercice 3

parent 92e27496
This diff is collapsed.
......@@ -34,7 +34,7 @@ class _MyHomePageState extends State<MyHomePage> {
@override
//static Exercice1 exo1 = new Exercice1();
static Exercice2 exo2 = new Exercice2();
static Exercice3 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: exo2)
Expanded(child: exo3)
],
),
),
......
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