-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
53 lines (46 loc) · 1 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
name: docsfinder
description: Open source documents finder.
publish_to: 'none'
version: 1.0.1+2
environment:
sdk: '>=2.12.0 <3.0.0'
dependencies:
cupertino_icons: ^1.0.3
dartz: ^0.10.0-nullsafety.2
easy_localization: ^3.0.0
flutter:
sdk: flutter
flutter_bloc: ^7.0.0
flutter_localizations:
sdk: flutter
flutter_web_plugins:
sdk: flutter
freezed_annotation: ^0.14.1
get: ^4.1.4
get_it: ^7.1.3
http: ^0.13.3
json_annotation: ^4.0.1
request_api:
git:
url: https://github.com/educup/request-api.git
ref: v1.2.0
responsive_builder: ^0.4.1
shared_preferences: ^2.0.5
url_launcher: ^6.0.3
dev_dependencies:
build_runner: ^2.0.2
flutter_launcher_icons: ^0.9.0
flutter_test:
sdk: flutter
freezed: ^0.14.1+3
json_serializable: ^4.1.1
lint: ^1.5.3
flutter:
uses-material-design: true
assets:
- assets/i18n/
flutter_icons:
android: "launcher_icon"
ios: true
image_path: "assets/images/icon.png"
image_path_ios: "assets/images/ios_icon.png"