sdk_xyo_flutter 0.2.3 copy "sdk_xyo_flutter: ^0.2.3" to clipboard
sdk_xyo_flutter: ^0.2.3 copied to clipboard

XYO SDK for Flutter Projects

logo

BCH compliance Known Vulnerabilities

XYO Flutter SDK #

The XYO Foundation provides this source code available in our efforts to advance the understanding of the XYO Procotol and its possible uses. We continue to maintain this software in the interest of developer education. Usage of this source code is not intended for production.

Table of Contents #

Description #

A robust Flutter solution for mobile, cross-platform integration. This SDK was written from ground-up, in Flutter, to give developers another tool in integrating XYO in their mobile solution.

Not only will this SDK make XYO apps better, but bring XYO functionality to existing apps. This SDK follows the updated paradigm of ble client/server thinking in bound witness operations.

Install #

Add this to your pubspec:

dependencies: 
  sdk_xyo_flutter: ^0.2.3

Update your packages:

flutter pub get

If you are using VSCode, you will be prompted to update packages in the editor.

Usage #

Look at the example, for implementation of the SDK in a created state complete with widgets.

Bringing the node into your widgets can be as simple as

  XyoNode _xyoNode;

From there you can utilize the SDK Methods

  _xyoNode.getClient('ble')

Enums #

XyoNodeType

  • client
  • server

XyoScannerStatus

  • none
  • enabled
  • bluetoothDisabled
  • bluetoothUnavailable
  • locationDisabled
  • unknown

Methods #

getClient

getServer

addListener

setListening

getPublicKey

onDeviceDetected

onBoundWitnessSuccess

Again, for implementation examples, see the example app here

We are working on a full getting started guide.

License #

See the LICENSE file for license details.

Credits #

Made with 🔥and ❄️ by XYO

0
likes
30
pub points
0%
popularity

Publisher

unverified uploader

XYO SDK for Flutter Projects

Repository (GitHub)
View/report issues

License

LGPL-3.0 (LICENSE)

Dependencies

fixnum, flutter, mutex, protobuf, retry

More

Packages that depend on sdk_xyo_flutter