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