-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
36 lines (32 loc) · 891 Bytes
/
pubspec.yaml
File metadata and controls
36 lines (32 loc) · 891 Bytes
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
name: valid_value_objects
description: "Dart package to create immutable validated value objects with the benefit of type safety and code readability."
version: 0.4.0
homepage: https://github.com/mstfkhazaal/valid_value_object
repository: https://github.com/mstfkhazaal/valid_value_object
issue_tracker: https://github.com/mstfkhazaal/valid_value_object/issues
documentation: https://github.com/mstfkhazaal/valid_value_object
environment:
sdk: '>=3.3.4 <4.0.0'
flutter: ">=1.17.0"
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
intl: any
intl_utils: any
# Utils
meta: any
string_validator: any
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.0
flutter:
generate: true
flutter_intl:
enabled: true
class_name: ValueObjectLocalizationsImpl
main_locale: en
arb_dir: lib/l10n
output_dir: lib/localization