problem_details 0.0.2 copy "problem_details: ^0.0.2" to clipboard
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_details

With Flutter:

 $ flutter pub add problem_details

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

dependencies:
  problem_details: ^0.0.2

Alternatively, 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';
1
likes
160
points
25
downloads

Publisher

unverified uploader

Weekly Downloads

Implementation of ProblemDetails. It is a way to carry machine-readable details of errors in a HTTP response.

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

More

Packages that depend on problem_details