problem_details 0.0.2
problem_details: ^0.0.2 copied to clipboard
Implementation of ProblemDetails. It is a way to carry machine-readable details of errors in a HTTP response.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add problem_detailsWith Flutter:
$ flutter pub add problem_detailsThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
problem_details: ^0.0.2Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:problem_details/problem_details.dart';