-
Notifications
You must be signed in to change notification settings - Fork 38
Expand file tree
/
Copy pathpubspec.yaml
More file actions
31 lines (26 loc) · 771 Bytes
/
pubspec.yaml
File metadata and controls
31 lines (26 loc) · 771 Bytes
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
name: braze_plugin
description: This is the Braze plugin for Flutter. Effective marketing automation is an essential part of successfully scaling and managing your business.
version: 19.0.0
homepage: https://www.braze.com/
repository: https://github.com/braze-inc/braze-flutter-sdk
environment:
sdk: ">=2.17.0 <4.0.0"
flutter: ">=1.10.0"
dependencies:
flutter:
sdk: flutter
dev_dependencies:
flutter_test:
sdk: flutter
flutter:
plugin:
platforms:
android:
package: com.braze.brazeplugin
pluginClass: BrazePlugin
ios:
pluginClass: BrazePlugin
# Ignore warnings in the example app during package upload
false_secrets:
- /example/android/app/google-services.json
- /example/ios/Runner/GoogleService-Info.plist