http_modified 0.0.4 copy "http_modified: ^0.0.4" to clipboard
http_modified: ^0.0.4 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.4

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
135
points
42
downloads

Publisher

verified publishersoewaiyanmyowin.dev

Weekly Downloads

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