-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
38 lines (33 loc) · 722 Bytes
/
Copy pathpubspec.yaml
File metadata and controls
38 lines (33 loc) · 722 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
37
38
name: timelock
description: Sistema minimalista de control temporal de aplicaciones
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: '>=3.0.0 <4.0.0'
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
flutter_markdown: ^0.7.4
cupertino_icons: ^1.0.2
sqflite: ^2.3.0
path: ^1.8.3
path_provider: ^2.1.1
device_preview: ^1.2.0
characters: ^1.3.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.0
flutter_launcher_icons: ^0.13.1
golden_toolkit: ^0.15.0
flutter:
uses-material-design: true
assets:
- assets/icon_dark.png
flutter_launcher_icons:
android: true
ios: false
image_path: assets/icon_dark.png
min_sdk_android: 21