data_parser 0.0.6 copy "data_parser: ^0.0.6" to clipboard
data_parser: ^0.0.6 copied to clipboard

A Flutter package for parsing and converting various data types, including JSON, HTTP responses, files, and common Flutter types like Color, IconData, and TextStyle.

Changelog #

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

0.0.6 #

Aug 22, 2025 #

✨ Updated #

  • Updated Dart sdk to 3.9.0
  • Removed flutter_lints Dependency

0.0.5 #

  • added double_extensions file.
  • added int_extensions.
  • added string_extensions.

0.0.4+1 #

  • added string extension.

0.0.4 #

  • update extensions file.
  • add json parser file.
  • add helper Data file.
  • add helper Utility Parsers file.

0.0.3 #

  • update example file.

0.0.2 #

Added #

  • HttpResponseDataParserImpl: Class to parse HTTP response data, handling the "status" and "data" fields in JSON responses.
  • ListDataParserServiceImpl: Class to parse lists of data with methods to convert them using custom converters.
  • FileToBase64String: Extension on File class to convert files to Base64 encoded strings.
  • ColorJsonHelper: Helper class to convert Color objects to and from JSON.
  • IconDataJsonHelper: Helper class to convert IconData objects to and from JSON.
  • TextStyleJsonHelper: Helper class to convert TextStyle objects to and from JSON.
  • enumFromString: Utility function to convert strings to enum values.
  • EnumUtils: Helper method to convert enum values to strings.

0.0.1 #

Initial release #

  • The first version of the data_parser package, designed for handling various data parsing tasks in Flutter, including JSON parsing, file encoding, and handling of common Flutter types (e.g., Color, IconData, TextStyle).
0
likes
140
points
13
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package for parsing and converting various data types, including JSON, HTTP responses, files, and common Flutter types like Color, IconData, and TextStyle.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on data_parser