We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfcd020 commit 2c78b39Copy full SHA for 2c78b39
.gitignore
@@ -32,7 +32,6 @@
32
/build/
33
34
# Web related
35
-lib/generated_plugin_registrant.dart
36
37
# Symbolication related
38
app.*.symbols
web/index.html
@@ -1,6 +1,7 @@
1
<!DOCTYPE html>
2
<html>
3
<head>
4
+ <base href="$FLUTTER_BASE_HREF">
5
<meta charset="UTF-8">
6
<meta content="IE=Edge" http-equiv="X-UA-Compatible">
7
<meta name="description" content="A new Flutter project.">
0 commit comments