-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpubspec.yaml
62 lines (47 loc) · 995 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
name: dailyhoroscopes
description: It is a flutter application where you can follow daily horoscope information.
publish_to: 'none'
version: 1.0.0+4
environment:
sdk: ">=2.17.3 <3.0.0"
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.2
#State Management
mobx: ^2.0.7+5
flutter_mobx: ^2.0.6+1
#Database
hive_flutter: ^1.1.0
#Network
vexana: ^3.0.1
connectivity_plus: ^2.3.6
#Localization
easy_localization: ^3.0.1
#Navigation
go_router: ^7.0.1
#JSON
json_annotation: ^4.6.0
#Core
equatable: ^2.0.3
flutter_dotenv: ^5.0.2
#UI Utitilities
flutter_svg: ^2.0.5
animated_text_kit: ^4.2.2
kartal: ^2.3.2
flutter_rating_bar: ^4.0.1
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
build_runner: ^2.2.0
json_serializable: ^6.3.1
mobx_codegen: ^2.0.7
hive_generator: ^2.0.0
flutter:
uses-material-design: true
assets:
- assets/image/
- assets/svg/
- assets/lang/
- .env