forked from alibaba/flutter_boost
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
executable file
·32 lines (27 loc) · 775 Bytes
/
pubspec.yaml
File metadata and controls
executable file
·32 lines (27 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
name: flutter_boost
description: A next-generation Flutter-Native hybrid solution. FlutterBoost is a Flutter plugin which enables hybrid integration of Flutter for your existing native apps with minimum efforts.
version: 4.5.7
homepage: https://github.com/alibaba/flutter_boost
environment:
sdk: '>=2.12.0 <4.0.0'
flutter: ">=3.0.0"
dependencies:
flutter:
sdk: flutter
collection: ^1.16.0
dev_dependencies:
flutter_lints: ^2.0.1
flutter_test:
sdk: flutter
pigeon: ^3.2.9
flutter:
plugin:
platforms:
android:
package: com.idlefish.flutterboost
pluginClass: FlutterBoostPlugin
ios:
pluginClass: FlutterBoostPlugin
ohos:
package: com.idlefish.flutterboost
pluginClass: FlutterBoostPlugin