mirror of
https://github.com/hanskokx/arcane_helper_utils.git
synced 2026-06-09 23:26:05 +02:00
0011b2d4c7
- Introduced extension methods for recursive serialization and deserialization of nested maps/lists: `toJsonValue()`, `fromJsonValue()`, `toJsonMap()`, `fromJsonMap()`, `toJsonList()`, and `fromJsonList()`. - Updated README.md to include new utilities. - Added tests for JSON value extensions. - Bumped version to 1.4.8. Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
23 lines
476 B
YAML
23 lines
476 B
YAML
name: arcane_helper_utils
|
|
description: Provides a variety of helpful utilities and extensions for Flutter
|
|
and Dart.
|
|
version: 1.4.8
|
|
repository: https://github.com/hanskokx/arcane_helper_utils
|
|
issue_tracker: https://github.com/hanskokx/arcane_helper_utils/issues
|
|
|
|
topics:
|
|
- extensions
|
|
- arcane-framework
|
|
- helper-utils
|
|
|
|
environment:
|
|
sdk: ^3.5.2
|
|
|
|
dependencies:
|
|
freezed_annotation: ^3.0.0
|
|
week_number: ^1.1.0
|
|
|
|
dev_dependencies:
|
|
arcane_analysis: ^1.0.4
|
|
test: any
|