daktela_connector 1.0.0 copy "daktela_connector: ^1.0.0" to clipboard
daktela_connector: ^1.0.0 copied to clipboard

Daktela Connector is SDK by Daktela s.r.o. for Dart/Flutter apps that allows you communicate with standard Daktela V6 REST API.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add daktela_connector

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

dependencies:
  daktela_connector: ^1.0.0

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

Publisher

verified publisherdaktela.com

Daktela Connector is SDK by Daktela s.r.o. for Dart/Flutter apps that allows you communicate with standard Daktela V6 REST API.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

http

More

Packages that depend on daktela_connector