-
Notifications
You must be signed in to change notification settings - Fork 13
/
pubspec.yaml
67 lines (67 loc) · 1.59 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
name: getx_study
description: A GetX Study Flutter project.
publish_to: none
version: 1.0.0+1
environment:
sdk: '>=2.17.6 <3.0.0'
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.5
get: ^4.6.5
dio: ^5.2.0+1
pretty_dio_logger: ^1.3.1
native_dio_adapter: ^1.0.0+1
cached_network_image: ^3.2.3
shared_preferences: ^2.1.1
flutter_easyloading: ^3.0.5
pull_to_refresh: ^2.0.0
card_swiper: ^3.0.1
webview_flutter: ^4.2.2
flutter_slidable: ^3.0.0
lpinyin: ^2.0.3
marqueer: ^1.4.4
share: ^2.0.4
rxdart: ^0.27.7
image_picker: ^1.0.1
url_launcher: ^6.1.5
image_gallery_saver: ^2.0.3
path_provider: ^2.0.11
event_bus: ^2.0.0
open_file: ^3.2.1
visibility_detector: ^0.4.0+2
permission_handler: ^10.4.3
logger: ^1.4.0
device_info_plus: ^9.0.2
retrofit: '>=4.0.0 <5.0.0'
json_annotation: ^4.8.1
cherrilog: ^0.2.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
retrofit_generator: '>=7.0.0 <8.0.0'
build_runner: '>=2.3.0 <4.0.0'
json_serializable: ^6.6.2
webview_flutter_jsbridge:
git:
url: 'https://github.com/seasonZhu/webview_flutter_jsbridge'
flutter:
uses-material-design: true
assets:
- assets/images/ic_eye.png
- assets/images/ic_head.jpeg
- assets/images/launchImage.png
- assets/images/placeholder.png
- assets/images/saber.jpg
- assets/images/saber_logo.jpg
- assets/images/season_ali_pay.jpg
- assets/images/upgrade.png
- assets/images/welcome_1.png
- assets/images/welcome_2.jpg
- assets/html/index.html
flr:
core_version: 3.1.0
dartfmt_line_length: 80
assets: []
fonts: []