File tree 4 files changed +4
-192
lines changed
4 files changed +4
-192
lines changed Original file line number Diff line number Diff line change 27
27
.packages
28
28
.pub-cache /
29
29
.pub /
30
+ pubspec.lock
30
31
/build /
31
32
32
33
# Android related
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ buildscript {
6
6
7
7
dependencies {
8
8
classpath ' com.android.tools.build:gradle:3.2.1'
9
- classpath ' com.google.gms:google-services:4.3.0'
9
+ // classpath 'com.google.gms:google-services:4.3.0'
10
10
}
11
11
}
12
12
@@ -29,4 +29,4 @@ task clean(type: Delete) {
29
29
delete rootProject. buildDir
30
30
}
31
31
32
- apply plugin : ' com.google.gms.google-services'
32
+ // apply plugin: 'com.google.gms.google-services'
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ dependencies:
26
26
dio : ^2.1.13
27
27
path_provider : ^1.2.0
28
28
percent_indicator : ^2.1.1
29
- firebase_storage : ^3.0.4
29
+ # firebase_storage: ^3.0.4
30
30
31
31
dev_dependencies :
32
32
pedantic : ^1.4.0
You can’t perform that action at this time.
0 commit comments