eticon_api 2.1.0-dev copy "eticon_api: ^2.1.0-dev" to clipboard
eticon_api: ^2.1.0-dev 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 Dart:

 $ dart pub add eticon_api

With Flutter:

 $ flutter pub add eticon_api

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

dependencies:
  eticon_api: ^2.1.0-dev

Alternatively, 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:eticon_api/eticon_api.dart';
12
likes
0
pub points
48%
popularity

Publisher

verified publishereticon.ru

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)
View/report issues

License

unknown (LICENSE)

Dependencies

dio, flutter, get_storage, http

More

Packages that depend on eticon_api