-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpubspec.yaml
41 lines (33 loc) · 1.06 KB
/
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
38
39
40
41
name: flutter_mongodb_realm
description: Unofficial plugin for using services of the serverless platform MongoDB Realm (previously called MongoDB Stitch).
version: 2.3.0
homepage: https://github.com/kfiross/flutter_mongo_stitch
environment:
sdk: ">=2.18.0 <3.0.0"
flutter: ">=3.7.0"
dependencies:
flutter:
sdk: flutter
flutter_mongo_stitch_platform_interface: ^2.2.1
# The design on https://flutter.dev/go/federated-plugins was to leave
# this constraint as "any". We cannot do it right now as it fails pub publish
# validation, so we set a ^ constraint.
flutter_mongo_stitch_web: ^1.2.0
# path: ../flutter_mongo_stitch_web
universal_html: ^2.2.2 # instead importing in runtime
bson: ^4.0.0
streams_channel3: ^1.0.1
meta: ^1.8.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter:
plugin:
platforms:
android:
package: com.example.flutter_mongo_stitch
pluginClass: FlutterMongoStitchPlugin
ios:
pluginClass: FlutterMongoStitchPlugin
web:
default_package: flutter_mongo_stitch_web