-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
42 lines (35 loc) · 1015 Bytes
/
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
name: flutter_w_log
description: A simple and reliable logging solution. Quick positioning, persistent storage, and convenient export.
version: 0.1.0
homepage: https://github.com/jawa0919/flutter_w_log
repository: https://github.com/jawa0919/flutter_w_log
issue_tracker: https://github.com/jawa0919/flutter_w_log/issues
screenshots:
- description: "Examples is running as"
path: docs/img/as.png
- description: "Examples is running vscode"
path: docs/img/vscode.png
- description: "Examples is running androd"
path: docs/img/and.png
- description: "Examples is running ios"
path: docs/img/ios.png
environment:
sdk: ">=3.0.0 <4.0.0"
flutter: ">=3.10.0"
dependencies:
flutter:
sdk: flutter
stack_trace: ">=1.0.0 <2.0.0"
sembast: ">=3.0.0 <4.0.0"
sembast_web: ">=2.0.0 <3.0.0"
path_provider: ">=2.0.0 <3.0.0"
path: ">=1.0.0 <2.0.0"
xxtea: ">=2.0.0 <3.0.0"
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
topics:
- log
- print
flutter: