Initial version

Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
This commit is contained in:
2026-05-13 12:10:40 +02:00
parent 894f670cfd
commit eaeabb8c40
7 changed files with 446 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
name: list_or
description: A Dart utility that seamlessly normalizes single values and iterables into a unified, type-safe List.
version: 1.0.0
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