Add step2
This commit is contained in:
parent
ef58387144
commit
155d97c9df
7 changed files with 266 additions and 4 deletions
|
@ -1,4 +1,5 @@
|
|||
import 'package:desktopapp/widgets/components/tutorials/step1.dart';
|
||||
import 'package:desktopapp/widgets/components/tutorials/step2.dart';
|
||||
import 'package:flutter/material.dart';
|
||||
|
||||
class TutorialPage extends StatelessWidget {
|
||||
|
@ -6,6 +7,6 @@ class TutorialPage extends StatelessWidget {
|
|||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return Scaffold(body: const Step1());
|
||||
return Scaffold(body: Step2());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue