eticon_api 2.0.5 copy "eticon_api: ^2.0.5" to clipboard
eticon_api: ^2.0.5 copied to clipboard

This package will help you quickly and easily work with HTTP REQUESTS. All you need to do is select one of the 4 required requests: GET, POST, DELETE, PUT, PATCH

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add eticon_api

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

dependencies:
  eticon_api: ^2.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:eticon_api/eticon_api.dart';
12
likes
150
points
138
downloads

Publisher

verified publishereticon.ru

Weekly Downloads

This package will help you quickly and easily work with HTTP REQUESTS. All you need to do is select one of the 4 required requests: GET, POST, DELETE, PUT, PATCH

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

dio, flutter, get_storage, http

More

Packages that depend on eticon_api