asynji_sdk 1.0.1 copy "asynji_sdk: ^1.0.1" to clipboard
asynji_sdk: ^1.0.1 copied to clipboard

A sdk for asynji.

A sdk for asynji server.

Usage #

A simple usage example:

import 'package:asynji_sdk/asynji_sdk.dart';

main() async {
  final asynji = Asynji();
  await asynji.init();
}

Features and bugs #

Please file feature requests and bugs at the issue tracker.