shelf_request_response_2_jsonable_object_utility 1.0.1
shelf_request_response_2_jsonable_object_utility: ^1.0.1 copied to clipboard
A utility that converts the json request body to a jsonable type and one from a jsonable to a response
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add shelf_request_response_2_jsonable_object_utilityWith Flutter:
$ flutter pub add shelf_request_response_2_jsonable_object_utilityThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
shelf_request_response_2_jsonable_object_utility: ^1.0.1Alternatively, 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:shelf_request_response_2_jsonable_object_utility/shelf_request_response_2_jsonable_object_utility.dart';