forked from wiseminds/mono-flutter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
36 lines (31 loc) · 775 Bytes
/
pubspec.yaml
File metadata and controls
36 lines (31 loc) · 775 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
32
33
34
35
36
name: mono_flutter
description: A Flutter plugin integrating the official android and ios SDK for Mono https://mono.co
version: 2.1.0
homepage: https://github.com/wiseminds/mono-flutter
environment:
sdk: ">=2.19.0 <4.0.0"
flutter: ">=2.0.0"
dependencies:
flutter:
sdk: flutter
flutter_web_plugins:
sdk: flutter
webview_flutter: ^4.2.1
js: ^0.7.0
sentry_flutter: ^7.13.1
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.1
# plugin_platform_interface: ^2.0.0
flutter:
plugin:
implements: mono_flutter
platforms:
web:
pluginClass: MonoFlutterWeb
fileName: mono_flutter_web.dart
ios:
default_package: webview_flutter
android:
default_package: webview_flutter