cubarestapi 0.0.1 copy "cubarestapi: ^0.0.1" to clipboard
cubarestapi: ^0.0.1 copied to clipboard

outdated

A new flutter plugin for simplier interaction with Cuba's REST API.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add cubarestapi

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

dependencies:
  cubarestapi: ^0.0.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:cubarestapi/cuba_rest_api.dart';
import 'package:cubarestapi/models/base_entity.dart';
import 'package:cubarestapi/repository/request/entities.dart';
1
likes
0
pub points
0%
popularity

Publisher

unverified uploader

A new flutter plugin for simplier interaction with Cuba's REST API.

Homepage

License

unknown (LICENSE)

Dependencies

dio, flutter, hive, hive_flutter, oauth2

More

Packages that depend on cubarestapi