-
Notifications
You must be signed in to change notification settings - Fork 3
/
pubspec.yaml
38 lines (32 loc) · 960 Bytes
/
pubspec.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
name: receive_whatsapp_chat
description: A flutter plugin that enables flutter apps to receive exported chats from WhatsApp.
version: 0.1.6
homepage: https://github.com/dtkdt100/receive_whatsapp_chat
environment:
sdk: '>=3.1.0 <4.0.0'
flutter: '>=3.3.0'
dependencies:
path_provider: ^2.1.1
collection: ^1.17.2
flutter_archive: ^5.0.0
receive_sharing_intent: ^1.8.0
uri_to_file: ^1.0.0
# git:
# url: https://github.com/AyushmanG26/receive_sharing_intent.git
flutter:
sdk: flutter
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
# The following section is specific to Flutter.
flutter:
plugin:
platforms:
android:
package: com.whatsapp.receive_whatsapp_chat
pluginClass: ReceiveWhatsappChatPlugin
ios:
pluginClass: ReceiveWhatsappChatPlugin