generated from GabrielGodoy01/template_flutter_clean_architecture
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
44 lines (38 loc) · 849 Bytes
/
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
name: flutter_clean_architecture_template
description: "A Clean Architecture template for Flutter projects."
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: '>=3.3.0 <4.0.0'
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
cupertino_icons: ^1.0.6
dio: ^5.4.2+1
auto_injector: ^2.0.4
go_router: ^13.2.3
dartz: ^0.10.1
google_fonts: ^6.2.1
uno: ^1.1.9
intl: ^0.19.0
logger: ^2.2.0
provider: ^6.1.2
google_maps_flutter: ^2.7.0
image_picker: ^1.1.2
flutter_launcher_icons: ^0.13.1
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.0
flutter:
uses-material-design: true
assets:
- assets/
flutter_launcher_icons:
android: true
image_path: "assets/logo.png"
adaptive_icon_foreground: "assets/logo_foreground.png"
flutter_intl:
enabled: true