json_error_clarity 0.1.8 copy "json_error_clarity: ^0.1.8" to clipboard
json_error_clarity: ^0.1.8 copied to clipboard

Transform cryptic JSON parsing errors into crystal-clear, actionable error messages. Perfect companion to json_annotation.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add json_error_clarity

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  json_error_clarity: ^0.1.8

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:json_error_clarity/json_error_clarity.dart';
1
likes
150
points
16
downloads

Publisher

verified publisherkhokan.me

Weekly Downloads

Transform cryptic JSON parsing errors into crystal-clear, actionable error messages. Perfect companion to json_annotation.

Homepage
Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

MIT (license)

Dependencies

analyzer, args, build, flutter, json_annotation, meta, path, source_gen

More

Packages that depend on json_error_clarity