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

outdated

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

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.1.1

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
pub points
60%
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

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, http, shared_preferences

More

Packages that depend on eticon_api