forked from alex-min/live_view_native_flutter_client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
44 lines (39 loc) · 851 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
41
42
43
44
name: liveview_flutter
description: "Phoenix LiveViewNative Flutter client"
version: 0.0.1
homepage:
environment:
sdk: '>=3.2.0 <4.0.0'
flutter: ">=1.17.0"
dependencies:
flutter:
sdk: flutter
http: ^1.2.2
html: ^0.15.4
web_socket_channel: ^2.3.0
uuid: ^4.4.2
phoenix_socket: ^0.7.4
xml: ^6.5.0
provider: ^6.1.2
flutter_form_builder: "9.4.1"
json_annotation: ^4.9.0
json_theme:
git:
url: https://github.com/aalloul/json_theme.git
path: json_theme
shared_preferences: ^2.3.1
golden_toolkit: ^0.15.0
event_hub: ^0.2.1
html_unescape: ^2.0.0
throttled: ^1.0.1
cached_network_image: ^3.4.1
http_query_string: ^1.0.0
universal_html: ^2.2.4
quiver: ^3.2.1
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^4.0.0
fake_async: ^1.3.1
flutter:
uses-material-design: true