forked from cometchat/cometchat-uikit-flutter-legacy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
57 lines (47 loc) · 1.4 KB
/
pubspec.yaml
File metadata and controls
57 lines (47 loc) · 1.4 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
name: cometchat_chat_uikit
description: CometChat's Flutter UI Kit offers custom UI components for streamlined text and chat features in your app, designed with developers in mind to minimize development effort.
version: 4.5.10
homepage: https://www.cometchat.com/
environment:
sdk: '>=2.17.0 <4.0.0'
flutter: ">=2.5.0"
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
intl: any
path_provider: ^2.1.2
webview_flutter: ^4.4.3
get: ^4.6.5
url_launcher: ^6.1.12
cometchat_uikit_shared: ^4.4.9
cometchat_sdk: ^4.0.18
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:
generate: true
plugin:
platforms:
android:
package: com.cometchat.cometchat_chat_uikit
pluginClass: CometchatChatUikitPlugin
ios:
pluginClass: CometchatChatUikitPlugin
# To add assets to your plugin package, add an assets section, like this:
# assets:
# - assets/sound/
# - assets/icons/
# - assets/icons/2x/
# To add custom fonts to your plugin package, add a fonts section here,
# fonts:
# - family: Schyler
# fonts:
# - asset: fonts/Schyler-Regular.ttf
# - asset: fonts/Schyler-Italic.ttf
# style: italic