Files
list_or/pubspec.yaml
T
hans 2229c638f9
CI / format (pull_request) Successful in 38s
CI / analyze (pull_request) Successful in 18s
CI / test (pull_request) Successful in 42s
CI / pana (pull_request) Failing after 1m40s
CI / version-and-changelog (pull_request) Failing after 20s
Add issue templates, contribution guidelines, and code of conduct; update CI/CD workflows and project metadata
Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
2026-05-13 13:58:28 +02:00

16 lines
403 B
YAML

name: list_or
description: A Dart utility that seamlessly normalizes single values and iterables into a unified, type-safe List.
version: 1.0.1
license: BSD 3-Clause License
homepage: https://git.hadak.org/dart/list_or
repository: https://git.hadak.org/dart/list_or
issue_tracker: https://git.hadak.org/dart/list_or/issues
environment:
sdk: ^3.0.0
dev_dependencies:
lints: ^6.0.0
test: ^1.25.6