-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
65 lines (45 loc) · 902 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
63
64
65
name: flutter_frontend
description: A new Flutter project.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 0.0.0+1
environment:
sdk: ">=2.17.5 <3.0.0"
dependencies:
flutter:
sdk: flutter
# File Generation
dart_mappable: ^1.2.0
# Local Storage
hive_flutter: ^1.1.0
# Logging
loggy: ^2.0.1
# Networking
http: ^0.13.4
# Routing
go_router: ^4.1.0
url_launcher: ^6.1.4
# Service Locator
get_it: ^7.2.0
# State Management
flutter_riverpod: ^1.0.4
# UI
pinput: ^2.2.9
# Util
# collection: ^1.15.0
cupertino_icons: ^1.0.2
equatable: ^2.0.3
jwt_decode: ^0.3.1
dev_dependencies:
flutter_test:
sdk: flutter
# Linting
lint: ^1.8.2
# File Generation
build_runner: ^2.1.10
dart_mappable_builder: ^1.2.0
# Mock
mocktail: ^0.3.0
flutter:
uses-material-design: true
assets:
- config.json