File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,6 @@ app.*.map.json
43
43
/android /app /debug
44
44
/android /app /profile
45
45
/android /app /release
46
-
47
- /lib /firebase_options.dart
46
+ /firebase_options.dart
48
47
/android /app /google-services.json
49
48
/ios /Runner /GoogleService-Info.plist
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Flutter/flutter_assets/
26
26
Flutter /flutter_export_environment.sh
27
27
ServiceDefinitions.json
28
28
Runner /GeneratedPluginRegistrant. *
29
- /firebase_app_id_file.json
29
+ /ios / firebase_app_id_file.json
30
30
# Exceptions to above rules.
31
31
! default.mode1v3
32
32
! default.mode2v3
Original file line number Diff line number Diff line change 37
37
const serviceWorkerVersion = null ;
38
38
</ script >
39
39
<!-- This script adds the flutter initialization JS code -->
40
- < script src ="flutter .js " defer > </ script >
40
+ < script src ="main.dart .js " defer > </ script >
41
41
</ head >
42
42
< body >
43
43
< script >
You can’t perform that action at this time.
0 commit comments