chunk_norris 1.0.0 copy "chunk_norris: ^1.0.0" to clipboard
chunk_norris: ^1.0.0 copied to clipboard

A powerful Dart library for progressive JSON hydration with chunked data loading, placeholders, and type safety.

1.0.0 #

  • Progressive JSON hydration: Load JSON data incrementally as chunks arrive
  • Placeholder system: Use $1, $2, etc. as placeholders that get resolved dynamically
  • Type safety: Strongly typed access with ChunkObject and automatic deserialization
  • ChunkField API: Type-safe fields with built-in deserializers (string, integer, decimal, boolean, list, object)
  • State management: Track loading states (pending, loaded, error) for each chunk
  • Streaming support: Built-in support for data streams (SSE, WebSockets)
  • Error handling: Comprehensive error handling with fallback mechanisms
  • Resource management: Proper disposal and cleanup of resources
5
likes
140
points
24
downloads

Publisher

verified publisherdev.duit.pro

Weekly Downloads

A powerful Dart library for progressive JSON hydration with chunked data loading, placeholders, and type safety.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

Funding

Consider supporting this project:

boosty.to

License

MIT (license)

Dependencies

collection, meta

More

Packages that depend on chunk_norris