TF-1204 Add fcm module in dependencies of app

This commit is contained in:
dab246
2022-11-17 12:50:28 +07:00
committed by Dat H. Pham
parent 3a812fb4fe
commit b4306adc33
2 changed files with 11 additions and 1 deletions
+8 -1
View File
@@ -397,6 +397,13 @@ packages:
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "1.3.0" version: "1.3.0"
fcm:
dependency: "direct main"
description:
path: fcm
relative: true
source: path
version: "1.0.0+1"
ffi: ffi:
dependency: transitive dependency: transitive
description: description:
@@ -1273,7 +1280,7 @@ packages:
name: syncfusion_flutter_core name: syncfusion_flutter_core
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "20.3.56" version: "20.3.57"
syncfusion_flutter_datepicker: syncfusion_flutter_datepicker:
dependency: transitive dependency: transitive
description: description:
+3
View File
@@ -42,6 +42,9 @@ dependencies:
forward: forward:
path: forward path: forward
fcm:
path: fcm
rich_text_composer: rich_text_composer:
git: git:
url: https://github.com/linagora/rich-text-composer.git url: https://github.com/linagora/rich-text-composer.git