-
-
Notifications
You must be signed in to change notification settings - Fork 124
/
pubspec.yaml
40 lines (37 loc) · 904 Bytes
/
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
name: flutter_js
description: A Javascript engine to use with flutter.
It uses Quickjs on Android and JavascriptCore on IOS
version: 0.8.1
homepage: https://github.com/abner/flutter_js
repository: https://github.com/abner/flutter_js
environment:
sdk: ">=3.0.0 <4.0.0"
flutter: ">=3.0.0"
dependencies:
flutter:
sdk: flutter
ffi: ^2.0.0
http: ^1.0.0
sync_http: ^0.3.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter:
plugin:
platforms:
android:
package: io.abner.flutter_js
pluginClass: FlutterJsPlugin
ios:
pluginClass: FlutterJsPlugin
linux:
#default_package: flutter_js_linux_win
pluginClass: FlutterJsPlugin
macos:
pluginClass: FlutterJsPlugin
# windows:
# default_package: flutter_js_linux_windows
windows:
pluginClass: FlutterJsPlugin
assets:
- assets/js/