Skip to content

Commit 8f77b53

Browse files
committed
Remove Firestore lib, ignore pubspec.lock
1 parent c4de7ff commit 8f77b53

File tree

4 files changed

+4
-192
lines changed

4 files changed

+4
-192
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
.packages
2828
.pub-cache/
2929
.pub/
30+
pubspec.lock
3031
/build/
3132

3233
# Android related

android/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66

77
dependencies {
88
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'
1010
}
1111
}
1212

@@ -29,4 +29,4 @@ task clean(type: Delete) {
2929
delete rootProject.buildDir
3030
}
3131

32-
apply plugin: 'com.google.gms.google-services'
32+
//apply plugin: 'com.google.gms.google-services'

pubspec.lock

-189
This file was deleted.

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies:
2626
dio: ^2.1.13
2727
path_provider: ^1.2.0
2828
percent_indicator: ^2.1.1
29-
firebase_storage: ^3.0.4
29+
# firebase_storage: ^3.0.4
3030

3131
dev_dependencies:
3232
pedantic: ^1.4.0

0 commit comments

Comments
 (0)