-
Notifications
You must be signed in to change notification settings - Fork 1
/
pubspec.yaml
54 lines (48 loc) · 1.11 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
name: biomad_frontend
description: BioMad application to control your health
publish_to: 'none'
version: 1.0.0+7
environment:
sdk: '>=2.12.0 <3.0.0'
dependencies:
flutter:
sdk: flutter
flutter_dotenv: ^5.0.2
openapi_generator_annotations: ^3.2.1
cupertino_icons: ^1.0.3
dio: ^4.0.0
api:
path: ./api
easy_localization: ^3.0.0
flutter_redux: ^0.8.2
redux: ^5.0.0
localstorage: ^4.0.0+1
redux_thunk: ^0.4.0
sliding_up_panel: ^2.0.0+1
datetime_picker_formfield: ^2.0.0
flutter_svg: ^0.22.0
google_sign_in: ^5.1.1
flutter_login_vk: ^2.1.0
devicelocale: ^0.5.0
url_launcher: ^6.0.12
flutter_datetime_picker: ^1.5.1
collection: ^1.15.0-nullsafety.4
dev_dependencies:
flutter_test:
sdk: flutter
openapi_generator: ^3.2.1
build_runner: ^2.1.4
flutter_launcher_icons: ^0.9.2
flutter_icons:
android: "launcher_icon"
ios: true
image_path: "assets/icon/icon.jpg"
flutter:
uses-material-design: true
assets:
- .env
- assets/translations/en.json
- assets/translations/ru.json
- assets/svg/fb_logo.svg
- assets/svg/vk_logo.svg
- assets/svg/google_logo.svg