json_list_data_parser 0.0.3 copy "json_list_data_parser: ^0.0.3" to clipboard
json_list_data_parser: ^0.0.3 copied to clipboard

A Dart package providing extensions to convert Future, List, and Stream of JSON maps into strongly typed model objects effortlessly.

Changelog #

All notable changes to this project will be documented in this file.

0.0.3 #

Aug 22, 2025 #

✨ Updated #

  • Updated Dart sdk to 3.9.0
  • Removed flutter_lints Dependency

0.0.2 #

  • Added extension for Future<List<Map<String, dynamic>>> to convert into a strongly typed model list.
  • Added extension for List<Map<String, dynamic>> to convert into a list of models.
  • Added extension for Stream<List<Map<String, dynamic>>> to convert into a strongly typed model stream.
  • Exported future_extensions.dart, list_of_maps_extension.dart, and stream_extensions.dart for easy integration.

0.0.1 #

  • Initial Release
0
likes
140
points
28
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Dart package providing extensions to convert Future, List, and Stream of JSON maps into strongly typed model objects effortlessly.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on json_list_data_parser