We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7f5ad9 commit 27cfa05Copy full SHA for 27cfa05
.github/workflows/gh-pages.yml
@@ -24,7 +24,7 @@ jobs:
24
run: flutter pub get
25
26
- name: Build Flutter Web
27
- run: flutter build web
+ run: flutter build web --base-href="/project-todo-mvc-front/"
28
29
- name: Deploy to GitHub Pages
30
uses: peaceiris/actions-gh-pages@v3
lib/main.dart
@@ -1,7 +1,7 @@
1
import 'package:flutter/material.dart';
2
import 'package:get/get.dart';
3
-import 'screens/home/home.screen.dart';
4
import 'screens/home/home.binding.dart';
+import 'screens/home/home.screen.dart';
5
6
void main() {
7
runApp(const MyApp());
0 commit comments