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

A Flutter package for peer-to-peer messaging via Bluetooth Low Energy (BLE) without internet connection.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add offline_sms

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

dependencies:
  offline_sms: ^1.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:offline_sms/offline_sms.dart';
1
likes
140
points
40
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package for peer-to-peer messaging via Bluetooth Low Energy (BLE) without internet connection.

Repository (GitHub)
View/report issues

Topics

#bluetooth #ble #messaging #offline #peer-to-peer

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter, flutter_blue_plus, permission_handler, uuid

More

Packages that depend on offline_sms

Packages that implement offline_sms