mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-12-24 14:32:37 +01:00
fix: Google services patch
This commit is contained in:
parent
1126568721
commit
1169f4540e
@ -1,7 +1,7 @@
|
|||||||
name: fluffychat
|
name: fluffychat
|
||||||
description: Chat with your friends.
|
description: Chat with your friends.
|
||||||
publish_to: none
|
publish_to: none
|
||||||
version: 0.41.3+1456
|
version: 0.41.4+1456
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.6.0 <3.0.0"
|
sdk: ">=2.6.0 <3.0.0"
|
||||||
|
@ -87,7 +87,7 @@ index 0b771ef8..56af0cee 100644
|
|||||||
StreamSubscription<LoginState> onLogin;
|
StreamSubscription<LoginState> onLogin;
|
||||||
StreamSubscription<SyncUpdate> onRoomSync;
|
StreamSubscription<SyncUpdate> onRoomSync;
|
||||||
diff --git a/pubspec.yaml b/pubspec.yaml
|
diff --git a/pubspec.yaml b/pubspec.yaml
|
||||||
index 47cfe550..21685cc6 100644
|
index 9e7f148c..ea2d90f9 100644
|
||||||
--- a/pubspec.yaml
|
--- a/pubspec.yaml
|
||||||
+++ b/pubspec.yaml
|
+++ b/pubspec.yaml
|
||||||
@@ -16,8 +16,8 @@ dependencies:
|
@@ -16,8 +16,8 @@ dependencies:
|
||||||
@ -98,6 +98,6 @@ index 47cfe550..21685cc6 100644
|
|||||||
- # git: https://gitlab.com/famedly/libraries/fcm_shared_isolate.git
|
- # git: https://gitlab.com/famedly/libraries/fcm_shared_isolate.git
|
||||||
+ fcm_shared_isolate:
|
+ fcm_shared_isolate:
|
||||||
+ git: https://gitlab.com/famedly/libraries/fcm_shared_isolate.git
|
+ git: https://gitlab.com/famedly/libraries/fcm_shared_isolate.git
|
||||||
file_picker_cross: ^4.4.2
|
file_picker_cross: ^4.5.0
|
||||||
filesystem_picker: 2.0.0-nullsafety.0 # Using pre release to be compatible with Flutter 2.5
|
filesystem_picker: 2.0.0-nullsafety.0 # Using pre release to be compatible with Flutter 2.5
|
||||||
flutter:
|
flutter:
|
||||||
|
Loading…
Reference in New Issue
Block a user