convert_object 1.0.0-dev.3
convert_object: ^1.0.0-dev.3 copied to clipboard
A comprehensive type conversion library for Dart with a fluent API, safe try* variants, robust Date/Number/URI parsing, enum helpers, and extensive collection/map/list extensions.
1.0.0-dev.3 #
- Unified string conversion naming:
Convert.toStringValue/Convert.tryToStringValue,convertToString, andConverter.toStringValue()with matchinggetString/tryGetStringcollection helpers. - Shortened the facade name to
Convertand refreshed top-level exports, examples, and docs to reflect the new API. - Updated enum utilities with
EnumParsers.fromStringand refreshed developer README assets for LLM consumption.
1.0.0-dev.2 #
- Added documentation across all public APIs, including facade helpers, utilities, and extensions.
- Tightened analyzer rules to enforce package imports and doc coverage, achieving a clean
flutter analyzerun.
1.0.0-dev.1 #
First stable release of convert_object — a comprehensive, null‑safe type‑conversion toolkit for Dart & Flutter with a fluent API, static helpers, safe try* variants, robust Date/Number/URI handling, collections, enums, and developer‑friendly diagnostics.