-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpubspec.yaml
More file actions
28 lines (24 loc) · 1019 Bytes
/
Copy pathpubspec.yaml
File metadata and controls
28 lines (24 loc) · 1019 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
name: kaisel_lint
description: Lint rules, quick fixes, and assists for the kaisel Flutter router, built on the first-party analysis_server_plugin API.
version: 0.5.1
repository: https://github.com/Mastersam07/kaisel/tree/dev/packages/kaisel_lint
homepage: https://github.com/Mastersam07/kaisel/tree/dev/packages/kaisel_lint
issue_tracker: https://github.com/Mastersam07/kaisel/issues
documentation: https://kaisel.dev/tooling/lints/
screenshots:
- description: The kaisel mark
path: assets/brand/kaisel-icon.webp
environment:
sdk: ^3.10.0
dependencies:
analyzer: ">=13.0.0 <14.0.0"
analyzer_plugin: ">=0.14.9 <0.15.0"
# <0.3.16: the last version speaking the legacy plugin dialect
# (analysis.setContextRoots) that current stable SDKs send. Lift when the SDK
# server sends analysis.setAnalysisRoots.
analysis_server_plugin: ">=0.3.15 <0.3.16"
dev_dependencies:
analyzer_testing: ">=0.2.6 <0.3.0"
lints: ">=6.1.0 <7.0.0"
test: ">=1.31.0 <2.0.0"
test_reflective_loader: ">=0.4.0 <0.5.0"