-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
82 lines (72 loc) · 2.19 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
name: flutter_revo_boilerplate
description: Flutter Revo Boilerplate
# The following line prevents the package from being accidentally published to
# pub.dev using `flutter pub publish`. This is preferred for private packages.
version: 0.0.1
environment:
sdk: ^3.4.0
# Dependencies specify other packages that your package needs in order to work.
# To automatically upgrade your package dependencies to the latest versions
# consider running `flutter pub upgrade --major-versions`. Alternatively,
# dependencies can be manually updated by changing the version numbers below to
# the latest version available on pub.dev. To see which dependencies have newer
# versions available, run `flutter pub outdated`.
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
cupertino_icons: ^1.0.2
flutter_dotenv: ^5.1.0
provider: ^6.0.5
flutter_hooks: ^0.20.5
shared_preferences: ^2.2.0
json_annotation: ^4.9.0
responsive_sizer: ^3.1.1
uuid: ^4.5.1
chopper: ^8.0.0
flutter_native_splash: ^2.4.2
logger: ^2.4.0
flutter_screenutil: ^5.9.3
adaptive_theme: ^3.6.0
intl: ^0.19.0
intl_translation: ^0.20.0
go_router: ^14.3.0
mocktail: ^1.0.4
calendar_date_picker2: ^1.1.7
geolocator: ^13.0.1
permission_handler: ^11.3.1
flutter_svg: ^2.0.10+1
pinput: ^5.0.0
mobile_scanner: ^6.0.2
skeletonizer: ^1.4.2
font_awesome_flutter: ^10.7.0
flutter_cache_manager: ^3.4.1
cached_network_image: ^3.4.1
assets:
path: assets
widgetbook_workspace:
path: ./widgetbook
dependency_overrides:
font_awesome_flutter:
path: /Users/giosuetrapani/Documenti/Revo/fontAwesomePro/font_awesome_flutter-revo
dev_dependencies:
change_app_package_name: ^1.1.0
flutter_test:
sdk: flutter
flutter_lints: ^5.0.0
flutter_launcher_icons: ^0.14.1
build_runner: ^2.4.9
chopper_generator: ^8.0.0
json_serializable: ^6.7.1
swagger_dart_code_generator: ^3.0.1
# The following section is specific to Flutter packages.
flutter:
# The following line ensures that the Material Icons font is
# included with your application, so that you can use the icons in
# the material Icons class.
generate: true
uses-material-design: true
assets:
- assets/
- .env