-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
90 lines (81 loc) · 2.61 KB
/
Copy pathpubspec.yaml
File metadata and controls
90 lines (81 loc) · 2.61 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
89
90
name: docdoc
description: "A new Flutter project."
publish_to: "none"
version: 0.1.0
environment:
sdk: ">=3.2.0 <4.0.0"
dependencies:
flutter:
sdk: flutter
# Code generator (mainly used with Cubit & retrofit)
freezed_annotation: ^2.4.4
# Automatically generate code for converting to and from JSON by annotating Dart classes.
json_annotation: ^4.9.0
# Networking
dio: ^5.3.4
logger: ^2.5.0
retrofit: ^4.1.0
# For splash screen
flutter_native_splash: ^2.3.9
# An SVG rendering and widget library for Flutter, which allows painting
flutter_svg: ^2.0.9
# A flutter plugin for adapting screen and font size.Guaranteed to look good on different models
flutter_screenutil: ^5.9.0
# Flutter plugin for reading and writing simple key-value pairs for cache
shared_preferences: ^2.0.20
# Flutter library to load and cache network images.
cached_network_image: ^3.3.1
# Provides API to store data in secure storage
flutter_secure_storage: ^9.2.2
# State management
flutter_riverpod: ^2.6.1
riverpod_annotation: ^2.6.1
# A simple and customizable phone number input widget
intl_phone_number_input: ^0.7.4
# Converts already built widgets into skeleton loaders
skeletonizer: ^1.4.3
# A customizable, navigation-friendly bottom sheet
family_bottom_sheet: ^0.0.2
dev_dependencies:
flutter_test:
sdk: flutter
# Recommended lints to encourage good coding practices
flutter_lints: ^5.0.0
# A build system for Dart code generation and modular compilation.
build_runner:
# Networking
retrofit_generator: ^9.1.9
# Code generator (mainly used with Bloc)
freezed: ^2.5.7
# Automatically generate code for converting to and from JSON by annotating Dart classes.
json_serializable: ^6.9.0
# Code generation for riverpod
riverpod_generator: ^2.4.4
# Custom Lint rules are a powerful way to improve the maintainability of a project
custom_lint:
# A developer tool for users of Riverpod, designed to help stop common issues and simplify repetitive tasks.
riverpod_lint: ^2.4.0
# Set app's launcher icon
flutter_launcher_icons: ^0.14.3
flutter:
uses-material-design: true
assets:
- assets/
- assets/images/
- assets/svgs/
fonts:
- family: Inter
fonts:
- asset: assets/fonts/Inter-Regular.ttf
weight: 400
- asset: assets/fonts/Inter-Medium.ttf
weight: 500
- asset: assets/fonts/Inter-SemiBold.ttf
weight: 600
- asset: assets/fonts/Inter-Bold.ttf
weight: 700
flutter_assets:
assets_path: assets/
output_path: lib/src/core/utils/
filename: app_assets.dart
field_prefix: null