-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
67 lines (60 loc) · 1.94 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
name: flutter_project_base
description: Set of interfaces and classes for any flutter project.
version: 0.0.5
repository: https://github.com/bambinoua/flutter_project_base.git
environment:
sdk: ">=3.3.0 <4.0.0"
dependencies:
flutter:
sdk: flutter
charcode: ^1.3.1
collection: ^1.17.2
connectivity_plus: ^5.0.2
device_info_plus: ^10.0.2
dio: ^4.0.6
equatable: ^2.0.5
flutter_bloc: ^8.1.6
freezed_annotation: ^2.4.4
get_it: ^7.7.0
google_fonts: ^6.2.1
hydrated_bloc: ^9.1.5
injectable: ^2.4.4
intl: ^0.19.0
js: ^0.6.7
json_annotation: ^4.9.0
logging: ^1.2.0
mask_text_input_formatter: ^2.9.0
meta: ^1.12.0
path_provider: ^2.1.4
provider: ^6.1.2
rxdart: ^0.28.0
shared_preferences: ^2.3.2
universal_html: ^2.2.4
uuid: ^4.5.0
ignored_advisories:
- GHSA-4rgh-jx4f-qfcq
dev_dependencies:
flutter_test:
sdk: flutter #! depends on js: 0.6.5, meta: 1.8.0
# The "flutter_lints" package below contains a set of recommended lints to
# encourage good coding practices. The lint set provided by the package is
# activated in the `analysis_options.yaml` file located at the root of your
# package. See that file for information about deactivating specific lint
# rules and activating additional ones.
flutter_lints: ^4.0.0
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
# The following section is specific to Flutter.
flutter:
# Use the Material icon font
uses-material-design: true
# For details regarding assets in packages, see
# https://flutter.dev/assets-and-images/#from-packages
#
# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.dev/assets-and-images/#resolution-aware.
#
# To add custom fonts to your package, add a fonts section here,
# in this "flutter" section.
# For details regarding fonts in packages, see
# https://flutter.dev/custom-fonts/#from-packages