-
Notifications
You must be signed in to change notification settings - Fork 13
/
pubspec.yaml
60 lines (53 loc) · 1.34 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
name: dummymart
description: "An example Flutter project that uses Riverpod, go_router, flutter_hooks, and Freezed."
publish_to: "none"
version: 1.2.1
environment:
sdk: ">=3.4.0 <4.0.0"
dependencies:
dio: ^5.7.0
flextras: ^1.0.0
flutter:
sdk: flutter
flutter_hooks: ^0.20.5
flutter_native_splash: ^2.4.2
flutter_secure_storage: ^9.2.2
flutter_use: ^0.0.4
freezed_annotation: ^2.4.4
gap: ^3.0.1
go_router: ^14.3.0
hooks_riverpod: ^2.6.1
json_annotation: ^4.9.0
riverpod_annotation: ^2.6.1
shared_preferences: ^2.3.2
dev_dependencies:
build_runner: ^2.4.13
custom_lint: ^0.6.8
flutter_launcher_icons: ^0.14.1
flutter_lints: ^4.0.0
flutter_test:
sdk: flutter
freezed: ^2.5.7
husky: ^0.1.7
json_serializable: ^6.8.0
lint_staged: ^0.5.1
riverpod_generator: ^2.6.1
riverpod_lint: ^2.6.1
shared_preferences_platform_interface: ^2.4.1
test: ^1.25.7
flutter:
uses-material-design: true
flutter_native_splash:
color: "#FFFFFF"
image: assets/images/splash.png
android_12:
icon_background_color: "#FFFFFF"
image: assets/images/splash-android-12.png
flutter_launcher_icons:
android: true
ios: true
image_path: assets/images/launcher.png
adaptive_icon_background: "#FFFFFF"
adaptive_icon_foreground: assets/images/launcher-fg.png
lint_staged:
"{lib,test}/**.dart": dart format --fix