-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpubspec.yaml
67 lines (58 loc) · 1.6 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: flutter_template_riverpod
description: MonstarLab Flutter Template w/Riverpod
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: '>=2.18.2 <3.3.0'
flutter: '3.10.0'
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
# Superior state management
flutter_riverpod: ^2.2.0
riverpod_annotation: ^1.2.1
freezed_annotation: ^2.2.0
# Handle the complexity of asynchronous networking calls to REST APIs
retrofit: ^4.0.1
# Most popular Http Client
dio: ^5.3.2
#Declarative Routing Package
go_router: ^10.0.0
# Generate code for converting to and from JSON via annotation
json_serializable: ^6.7.1
json_annotation: ^4.8.1
# Shared Preferences
shared_preferences: ^2.2.0
# Log network calls in a pretty, easy to read format
pretty_dio_logger: ^1.3.1
# Logger that prints beautiful logs
logger: ^2.0.1
dev_dependencies:
flutter_test:
sdk: flutter
# Essential for file generation at build time
freezed:
build_runner:
# Official linter
flutter_lints: ^2.0.2
# Safely use assets, fonts etc without string paths
flutter_gen_runner: ^5.3.1
# Generate interface to APIs
retrofit_generator: ^7.0.8
# Generate providers for Riverpod
intl: ^0.18.0
riverpod_generator: ^1.1.1
mockito: ^5.4.2
flutter:
uses-material-design: true
# Enable generation of localized Strings from arb files.
generate: true
assets:
# Add assets from the images directory to the application.
- assets/images/
- assets/images/loading.gif
- assets/icons/
flutter_gen:
output: lib/generated