-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
47 lines (38 loc) · 1.08 KB
/
pubspec.yaml
File metadata and controls
47 lines (38 loc) · 1.08 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
name: flutter_skeleton_application_improved
description: "Based on the Flutter Skeleton Application created by Flutter VS Code plugin, added support for Freezed, Riverpod, Supabase, DotEnv. A very good starting point for your next robust application."
# Prevent accidental publishing to pub.dev.
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: ^3.5.1
dependencies:
flutter:
sdk: flutter
flutter_dotenv: ^5.1.0
flutter_hooks: ^0.20.5
flutter_localizations:
sdk: flutter
flutter_riverpod: ^2.5.1
freezed_annotation: ^2.4.4
hooks_riverpod: ^2.5.2
json_annotation: ^4.9.0
riverpod_annotation: ^2.3.5
supabase_flutter: ^2.6.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^4.0.0
riverpod_generator: ^2.4.3
build_runner: ^2.4.12
custom_lint: ^0.6.7
riverpod_lint: ^2.3.13
freezed: ^2.5.7
json_serializable: ^6.8.0
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/
- .env