eticon_api 1.0.2+1-beta copy "eticon_api: ^1.0.2+1-beta" to clipboard
eticon_api: ^1.0.2+1-beta copied to clipboard

outdated

This package will help you quickly and easily work with the REST API. All you need to do is select one of the 4 required requests: GET, POST, DELET, PUT. Test Mode will help you track the performance [...]

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: ^1.0.2+1-beta

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
0
points
160
downloads

Publisher

verified publishereticon.ru

Weekly Downloads

This package will help you quickly and easily work with the REST API. All you need to do is select one of the 4 required requests: GET, POST, DELET, PUT. Test Mode will help you track the performance of requests during development. An autosave token will avoid repeated authorizations.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, http, shared_preferences

More

Packages that depend on eticon_api