D1APP-63 pushe's push notification added

This commit is contained in:
MohammadTaha Basiri 2022-02-19 14:10:20 +03:30
parent 1c62f956c7
commit 9fd41f9893
3 changed files with 15 additions and 4 deletions

View File

@ -8,6 +8,7 @@
android:icon="@mipmap/ic_launcher"
android:usesCleartextTraffic="true">
<activity
android:name=".MainActivity"
android:launchMode="singleTop"
android:theme="@style/LaunchTheme"
@ -18,6 +19,9 @@
the Android process has started. This theme is visible to the user
while the Flutter UI initializes. After that, this theme continues
to determine the Window background behind the Flutter UI. -->
<meta-data
android:name="flutterEmbedding"
android:value="2" />
<meta-data
android:name="io.flutter.embedding.android.NormalTheme"
android:resource="@style/NormalTheme"
@ -35,7 +39,7 @@
<!-- Don't delete the meta-data below.
This is used by the Flutter tool to generate GeneratedPluginRegistrant.java -->
<meta-data
android:name="flutterEmbedding"
android:value="2" />
android:name="pushe_token"
android:value="NmcwM2x2bHh5bjV2OGozZ0BhZnRAOTM1MDE3Njg2MjY2" />
</application>
</manifest>

View File

@ -546,6 +546,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "6.0.2"
pushe_flutter:
dependency: "direct main"
description:
name: pushe_flutter
url: "https://pub.dartlang.org"
source: hosted
version: "2.5.2"
record:
dependency: "direct main"
description:

View File

@ -61,7 +61,7 @@ dependencies:
url_launcher: ^6.0.18
transparent_image: ^2.0.0
audio_video_progress_bar: ^0.10.0
pushe_flutter: ^2.5.1
dev_dependencies:
flutter_test: