-
-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpubspec.yaml
63 lines (58 loc) · 1.51 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
name: nylo_support
description: Support library for the Nylo framework. This library supports routing, widgets, localization, cli, storage and more.
version: 6.19.2
homepage: https://nylo.dev
repository: https://github.com/nylo-core/support/tree/6.x
issue_tracker: https://github.com/nylo-core/support/issues
documentation: https://github.com/nylo-core/support
funding:
- https://github.com/sponsors/agordn52
topics:
- micro-framework
- framework
environment:
sdk: '>=3.4.0 <4.0.0'
flutter: ">=3.24.0"
dependencies:
flutter_secure_storage: ^9.2.4
flutter_dotenv: ^5.2.1
theme_provider: ^0.6.0
validated: ^2.0.0
flutter_staggered_grid_view: ^0.7.0
dio: ^5.8.0+1
recase: ^4.1.0
get_time_ago: ^2.2.0
flutter_styled_toast: ^2.2.1
animate_do: ^4.0.0
pull_to_refresh_flutter3: ^2.0.2
equatable: ^2.0.7
rxdart: ^0.28.0
pretty_dio_logger: ^1.4.0
intl: ^0.19.0
skeletonizer: ^1.4.3
error_stack: ^1.10.2
date_field: ^6.0.3+1
flutter_multi_formatter: ^2.13.0
flutter_local_notifications: ^18.0.1
path_provider: ^2.1.5
timezone: ^0.10.0
flutter_timezone: ^4.1.0
app_badge_plus: ^1.1.6
mask_text_input_formatter: ^2.9.0
uuid: ^4.5.1
flutter_web_plugins:
sdk: flutter
flutter_localizations:
sdk: flutter
flutter:
sdk: flutter
dev_dependencies:
flutter_lints: ^5.0.0
flutter_test:
sdk: flutter
screenshots:
- description: The Nylo package logo.
path: screenshots/logo.png
# The following section is specific to Flutter.
flutter:
uses-material-design: true