-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
67 lines (55 loc) · 1.35 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: game_oclock
description: A simple game collection manager.
version: 3.4.0+420
publish_to: none
environment:
sdk: '>=3.4.0 <4.0.0'
flutter: '>=3.22.0'
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
intl: any
cupertino_icons: ^1.0.2
async: ^2.0.0
# BLoC pattern
flutter_bloc: ^8.1.1
# Front-end
smooth_star_rating:
git:
url: https://github.com/viplmad/smoothratingbar.git
ref: dev
image_picker: ^1.0.4
cached_network_image: ^3.2.2
url_launcher: ^6.1.5
table_calendar: ^3.0.7
flutter_speed_dial: ^7.0.0
duration_picker: ^1.0.1
community_charts_flutter: ^1.0.1
package_info_plus: ^8.0.0
# Back-end
logic:
path: ./logic
game_oclock_client:
git:
url: https://github.com/viplmad/game-oclock-client-dart.git
ref: v1.4.0+70
dev_dependencies:
flutter_lints: ^4.0.0
flutter_launcher_icons: ^0.13.0
flutter_test:
sdk: flutter
flutter_icons:
android: true
ios: true
min_sdk_android: 28
image_path: 'assets/images/icon.png'
adaptive_icon_background: 'assets/images/icon_background.png'
adaptive_icon_foreground: 'assets/images/icon_foreground.png'
flutter:
uses-material-design: true
# Necessary for localisation
generate: true
assets:
- assets/images/icon.png