http_modified 0.0.5 copy "http_modified: ^0.0.5" to clipboard
http_modified: ^0.0.5 copied to clipboard

The easiest package to use for calling REST APIs in Flutter, heavily based on http package.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add http_modified

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

dependencies:
  http_modified: ^0.0.5

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:http_modified/http_modified.dart';
1
likes
120
pub points
0%
popularity

Publisher

verified publishersoewaiyanmyowin.dev

The easiest package to use for calling REST APIs in Flutter, heavily based on http package.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

equatable, flutter, http

More

Packages that depend on http_modified