-
-
Notifications
You must be signed in to change notification settings - Fork 51
Expand file tree
/
Copy pathpubspec.yaml
More file actions
38 lines (32 loc) · 679 Bytes
/
pubspec.yaml
File metadata and controls
38 lines (32 loc) · 679 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
37
38
name: flutter_eval
description: Flutter bridge library for dart_eval, enabling creation of fully dynamic Flutter apps and widgets that can be loaded from a file or the Internet at runtime.
version: 0.8.2
homepage: https://github.com/ethanblake4/flutter_eval
platforms:
android:
ios:
linux:
macos:
web:
windows:
topics:
- flutter
- codepush
- interpreter
- dynamic
- widget
environment:
sdk: '>=3.4.0 <4.0.0'
flutter: ">=3.19.0 <4.0.0"
dependencies:
flutter:
sdk: flutter
dart_eval: ^0.8.1
path_provider: ^2.1.0
http: ^1.1.0
dev_dependencies:
build_runner: any
flutter_test:
sdk: flutter
flutter_lints: '>=6.0.0'
flutter: