morpheme_http 2.2.0 copy "morpheme_http: ^2.2.0" to clipboard
morpheme_http: ^2.2.0 copied to clipboard

Future-based library for making HTTP requests modified from http package.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add morpheme_http

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

dependencies:
  morpheme_http: ^2.2.0

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:morpheme_http/morpheme_http.dart';