kyte_dart 0.0.6 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';