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

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 Dart:

 $ dart pub add cubarestapi

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

dependencies:
  cubarestapi: ^0.0.3

Alternatively, your editor might support dart 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
5
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, hive, oauth2

More

Packages that depend on cubarestapi