kyte_dart 0.0.6 copy "kyte_dart: ^0.0.6" to clipboard
kyte_dart: ^0.0.6 copied to clipboard

kyte_dart is a Flutter package that enables seamless communication between your app and a Kyte API endpoint, whether deployed by Kyte Shipyard or custom deployment using KytePHP.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add kyte_dart

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

dependencies:
  kyte_dart: ^0.0.6

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:kyte_dart/kyte_dart.dart';
4
likes
140
points
39
downloads

Publisher

verified publisherkeyq.cloud

Weekly Downloads

kyte_dart is a Flutter package that enables seamless communication between your app and a Kyte API endpoint, whether deployed by Kyte Shipyard or custom deployment using KytePHP.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

crypto, flutter, flutter_dotenv, get_storage, http, intl

More

Packages that depend on kyte_dart