airpass 0.0.1 copy "airpass: ^0.0.1" to clipboard
airpass: ^0.0.1 copied to clipboard

A decentralized, offline, store-and-forward mesh networking protocol for Flutter. Uses Google Nearby Connections for ephemeral communication.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add airpass

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

dependencies:
  airpass: ^0.0.1

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:airpass/airpass.dart';
0
likes
140
points
47
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A decentralized, offline, store-and-forward mesh networking protocol for Flutter. Uses Google Nearby Connections for ephemeral communication.

Homepage

License

MIT (license)

Dependencies

crypto, device_info_plus, drift, drift_flutter, flutter, flutter_background_service, flutter_local_notifications, get_it, nearby_connections, path, path_provider, permission_handler, plugin_platform_interface, shared_preferences, sqlite3_flutter_libs, uuid

More

Packages that depend on airpass

Packages that implement airpass