-
-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathpubspec.yaml
More file actions
48 lines (42 loc) · 1 KB
/
pubspec.yaml
File metadata and controls
48 lines (42 loc) · 1 KB
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
name: nylo_framework
description: Micro-framework for Flutter that's built to simplify app development for Flutter projects.
version: 7.1.10
homepage: https://nylo.dev
repository: https://github.com/nylo-core/framework/tree/7.x
issue_tracker: https://github.com/nylo-core/framework/issues
documentation: https://github.com/nylo-core/framework
funding:
- https://github.com/sponsors/agordn52
topics:
- micro-framework
- framework
environment:
sdk: '>=3.4.0 <4.0.0'
flutter: ">=3.24.0"
dependencies:
nylo_support: ^7.20.2
skeletonizer: ^2.1.3
collection: ^1.19.1
args: ^2.7.0
flutter_local_notifications: ^21.0.0
dio: ^5.9.2
recase: ^4.1.0
error_stack: ^2.1.1
date_field: ^6.0.3+1
yaml: ^3.1.3
flutter:
sdk: flutter
patrol: ^4.5.0
dev_dependencies:
rename: ^3.1.0
flutter_lints: ^6.0.0
flutter_test:
sdk: flutter
lints: ^6.1.0
executables:
metro: main
screenshots:
- description: The Nylo package logo.
path: screenshots/logo.png
flutter:
uses-material-design: true