-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
88 lines (78 loc) · 2.13 KB
/
Copy pathpubspec.yaml
File metadata and controls
88 lines (78 loc) · 2.13 KB
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
name: piton_test_case
description: "A new Flutter project."
publish_to: "none"
version: 1.0.0+1
environment:
sdk: ">=3.4.3 <4.0.0"
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.6
# State Management
flutter_riverpod: ^2.6.1
# Navigation
auto_route: ^9.2.2
# Code Generation
freezed_annotation: ^2.4.4
json_annotation: ^4.9.0
# Responsive UI
flutter_screenutil: ^5.9.3
# Network
dio: ^5.7.0
# Dependency Injection
get_it: ^8.0.2
# UI
flutter_svg: ^2.0.15
cached_network_image: ^3.4.1
# Localization
flutter_localization: ^0.2.2
intl: ^0.19.0
# Local Storage
shared_preferences: ^2.3.3
# Cancelable Operations
async: ^2.11.0
# Splash Screen
flutter_native_splash: ^2.4.1
# Authentication
local_auth: ^2.3.0
dev_dependencies:
flutter_test:
sdk: flutter
freezed: ^2.5.2
json_serializable: ^6.8.0
very_good_analysis: ^6.0.0
auto_route_generator: ^9.0.0
build_runner: ^2.4.11
# Testing
mockito: ^5.4.4
riverpod_test: ^0.1.6
flutter:
generate: true
uses-material-design: true
# To add assets to your application, add an assets section, like this:
assets:
- assets/icons/
- assets/images/
- assets/fonts/
# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.dev/assets-and-images/#resolution-aware
# For details regarding adding assets from package dependencies, see
# https://flutter.dev/assets-and-images/#from-packages
# To add custom fonts to your application, add a fonts section here,
# in this "flutter" section. Each entry in this list should have a
# "family" key with the font family name, and a "fonts" key with a
# list giving the asset and other descriptors for the font. For
# example:
fonts:
- family: Manrope Bold
fonts:
- asset: assets/fonts/Manrope-Bold.ttf
- family: Manrope SemiBold
fonts:
- asset: assets/fonts/Manrope-SemiBold.ttf
- family: Manrope Regular
fonts:
- asset: assets/fonts/Manrope-Regular.ttf
#
# For details regarding fonts from package dependencies,
# see https://flutter.dev/custom-fonts/#from-packages