rec_api_dart 1.4.0-alpha.4 copy "rec_api_dart: ^1.4.0-alpha.4" to clipboard
rec_api_dart: ^1.4.0-alpha.4 copied to clipboard

Dart/Fluter implementation of the REC Barcelona API. You can carry out any operation and put the recs into circulation.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add rec_api_dart

With Flutter:

 $ flutter pub add rec_api_dart

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

dependencies:
  rec_api_dart: ^1.4.0-alpha.4

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:rec_api_dart/rec_api_dart.dart';
1
likes
0
pub points
0%
popularity

Publisher

verified publisherqbitartifacts.com

Dart/Fluter implementation of the REC Barcelona API. You can carry out any operation and put the recs into circulation.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

collection, dio, flutter, flutter_secure_storage, http, http_interceptor, intl

More

Packages that depend on rec_api_dart