PackageTrack
Sign in Get early access

cv

Content Values map helpers. Define objects that can be converted to/from maps.

1.1.11 3.8K downloads/mo #4264 most downloaded on pub.dev tekartik/cv.dart

What this package is like to depend on

Last release 2 months ago

02 Jun 2026

Release timing varies

gaps range from 8 days to 6 months

Some releases are documented

notes for 34 of 68 stable releases

Nothing withdrawn

no release was ever pulled

5 years old

79 releases · first in 2021

8 releases in the last 12 months

see the full history below

Release timeline

79 releases · Aug 2021 to Jun 2026
2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 60 of 79
  1. 1.1.11 02 Jun 2026
    Release notes
    • Add CvColumnTypeExtension.isSupertypeOf<T>() and CvColumnTypeExtension.isSubtypeOf<T>() to check supertype/subtype in package:cv/utils/type_utils.dart
    • requires dart 3.12
    Open source →
  2. 1.1.11-1 07 May 2026 pre-release

    Nothing published for this version

  3. 1.1.10 20 Oct 2025
    Release notes

    chore: Bump version to 1.1.10

    Open source →
  4. 1.1.10+1 19 Apr 2026
    Release notes

    chore: update version and improve README documentation; refactor cons…

    Open source →
  5. 1.1.10+2 19 Apr 2026
    Release notes

    chore: bump version to 1.1.10+2 and update changelog for new features

    Open source →
  6. 1.1.9 13 Oct 2025

    Nothing published for this version

  7. 1.1.9+1 17 Oct 2025
    Release notes
    • Add CvField.encodedEnum to encode/decode enum values during toMap/fromMap
    • Add CvField.encodedDateTime to encode/decode enum values during toMap/fromMap
    Open source →
  8. 1.1.8 08 Oct 2025
    Release notes

    feat: Add String.toMapOrNull(), String.toList() and `String.toLis…

    Open source →
    Release notes
    • Add String.toMapOrNull(), String.toList() and String.toListOrNull() helpers
    Open source →
  9. 1.1.7 18 Aug 2025
    Release notes
    • Requires dart 3.9
    Open source →
  10. 1.1.6 04 Apr 2025
    Release notes
    • Add CvModelMatcher, cvEquals matcher and helpers (compare, report)
    Open source →
  11. 1.1.5 06 Mar 2025

    Nothing published for this version

  12. 1.1.5+1 06 Mar 2025

    Nothing published for this version

  13. 1.1.5+2 07 Mar 2025

    Nothing published for this version

  14. 1.1.5+3 10 Mar 2025
    Release notes
    • Add field and parts getter helper in CvModel (cvTreeValueAtPath)
    Open source →
  15. 1.1.4 13 Feb 2025

    Nothing published for this version

  16. 1.1.4+1 25 Feb 2025

    Nothing published for this version

  17. 1.1.4+2 25 Feb 2025

    Nothing published for this version

  18. 1.1.4+3 05 Mar 2025

    Nothing published for this version

  19. 1.1.4+4 05 Mar 2025

    Nothing published for this version

  20. 1.1.4+5 06 Mar 2025
    Release notes
    • Requires dart 3.7
    • Fix test fill options to avoid StackOverflowError with recursive field
    Open source →
  21. 1.1.3 18 Oct 2024
    Release notes
    • Add basicTypeToInt, basicTypeToBool, basicTypeToNum and basicTypeToDouble in utils/value_utils.dart
    • Add cvAnyToJsonObject and cvAnyToJsonArray to json_utils.dart
    Open source →
  22. 1.1.3-0 18 Oct 2024 pre-release

    Nothing published for this version

  23. 1.1.2-0 18 Oct 2024 pre-release

    Nothing published for this version

  24. 1.1.1 11 Oct 2024

    Nothing published for this version

  25. 1.1.0 19 Sep 2024

    Nothing published for this version

  26. 1.1.0+1 21 Sep 2024

    Nothing published for this version

  27. 1.1.0+2 21 Sep 2024

    Nothing published for this version

  28. 1.1.0+3 26 Sep 2024

    Nothing published for this version

  29. 1.1.0+4 27 Sep 2024
    Release notes
    • add keyPartsToString and keyPartsFromString
    • add helper CvModel.valueAtPath(path) to get a model value at a given path.
    • Fixe clone issue with subclasses dispatch.
    Open source →
  30. 1.0.0 28 Jul 2024

    Nothing published for this version

  31. 1.0.0+1 04 Sep 2024
    Release notes
    • Make it 1.0.0
    • requires dart 3.4.0
    • add default CvMapModel builder
    • Fix basic list item safe conversion
    Open source →
  32. 0.2.20 11 Jul 2024

    Nothing published for this version

  33. 0.2.20+1 11 Jul 2024
    Release notes
    • Add Map.deepClone, List.deepClone and Object.anyDeepClone.
    Open source →
  34. 0.2.19 19 Mar 2024

    Nothing published for this version

  35. 0.2.19+1 05 Apr 2024
    Release notes
    • add CvTreePath field tree path helper.
    • add basicTypeCast, basicTypeCastType utils in utils/value_utils.dart.
    • round double read as int instead of truncate.
    Open source →
  36. 0.2.19-4 09 Dec 2023 pre-release

    Nothing published for this version

  37. 0.2.19-3 09 Dec 2023 pre-release

    Nothing published for this version

  38. 0.2.19-2 03 Dec 2023 pre-release

    Nothing published for this version

  39. 0.2.19-1 03 Dec 2023 pre-release

    Nothing published for this version

  40. 0.2.18 29 Nov 2023

    Nothing published for this version

  41. 0.2.18+1 29 Nov 2023
    Release notes
    • add cvAddConstructors() and cvTypeAddBuilder()
    • add anyAs on Object to safely convert an object to any type
    • add asModel on Map to cast a map to a model
    • add asModelList on List to cast a list to a model list
    • add clone to CvModel to clone a model
    Open source →
  42. 0.2.17 20 Nov 2023

    Nothing published for this version

  43. 0.2.17+1 21 Nov 2023

    Nothing published for this version

  44. 0.2.17+2 26 Nov 2023
    Release notes
    • add cvType() extensions
    • add cvNewModel(), cvTypeNewModel(), cvNewModelList(), cvTypeNewModelList() helper
    • add fieldAtPath() helper on CvModel
    • add getKeyPathValue() helper on List and Map
    Open source →
  45. 0.2.16 19 Nov 2023

    Nothing published for this version

  46. 0.2.16+1 19 Nov 2023

    Nothing published for this version

  47. 0.2.16+2 19 Nov 2023
    Release notes
    • add columns argument in CvModel.copyFrom()
    • add matchingColumns(), columns helper on CvFields
    Open source →
  48. 0.2.15 18 Nov 2023
    Release notes
    • add CvFields type as List<CvField<Object?>>.
    Open source →
  49. 0.2.14 19 Oct 2023
    Release notes
    • add CvModelEmpty to be used as empty model
    Open source →
  50. 0.2.13 19 Jul 2023
    Release notes
    • add CvField.encoded static function to encode a field content during toMap()/fromMap()
    • add cvModelsAreEquals helpers with optional columns selection to compare 2 models
    Open source →
  51. 0.2.13-1 18 Jul 2023 pre-release

    Nothing published for this version

  52. 0.2.12 03 May 2023

    Nothing published for this version

  53. 0.2.12+1 03 Jun 2023
    Release notes
    • export CvColumn
    • fix fill option for Model like for Map
    Open source →
  54. 0.2.11 20 Apr 2023
    Release notes
    • Dart 3 support
    Open source →
  55. 0.2.10 02 Feb 2023
    Release notes
    • fix sdk 2.19 analyzer crash
    Open source →
  56. 0.2.10-1 02 Feb 2023 pre-release

    Nothing published for this version

  57. 0.2.9 13 Jan 2023

    Nothing published for this version

  58. 0.2.9+1 13 Jan 2023

    Nothing published for this version

  59. 0.2.9+2 13 Jan 2023

    Nothing published for this version

  60. 0.2.9-1 11 Jan 2023 pre-release

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive