-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpubspec.yaml
More file actions
39 lines (33 loc) · 849 Bytes
/
pubspec.yaml
File metadata and controls
39 lines (33 loc) · 849 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
39
name: nilts_clock
version: 1.0.2
description: nilts_clock provides lint rules, quick fixes, and assists for Dart and Flutter projects using the [clock](https://pub.dev/packages/clock) package to help you enforce best practices and prevent errors.
homepage: https://github.com/dassssshers/nilts
repository: https://github.com/dassssshers/nilts
issue_tracker: https://github.com/dassssshers/nilts/issues
platforms:
android:
ios:
linux:
macos:
web:
windows:
funding:
- https://github.com/sponsors/ronnnnn
topics:
- lints
- lint
- analysis
- code-style
- tools
environment:
sdk: '>=3.10.0 <4.0.0'
resolution: workspace
dependencies:
nilts_core: ^1.0.1
analyzer: ^9.0.0
analyzer_plugin: ^0.14.0
analysis_server_plugin: ^0.3.1
dev_dependencies:
very_good_analysis: 10.2.0
test: 1.30.0
analyzer_testing: 0.1.7