daktela_connector 1.0.17 copy "daktela_connector: ^1.0.17" to clipboard
daktela_connector: ^1.0.17 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

With Flutter:

 $ flutter 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.17

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:daktela_connector/daktela_connector.dart';
4
likes
150
points
81
downloads

Publisher

verified publisherdaktela.com

Weekly Downloads

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

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

http

More

Packages that depend on daktela_connector