dive_computer 0.0.1 dive_computer: ^0.0.1 copied to clipboard
A Flutter plugin for communication with dive computers.
dive_computer #
A Flutter plugin for communication with dive computers using the library libdivecomputer.
Installation #
Android, Windows, Linux #
The required library is automatically bundled with the plugin. No further installation steps are required.
iOS, MacOS #
The required library needs to be linked with with your Runner. Please follow the instructions for linking a compiled (dynamic) library.
Usage #
This plugin automatically spawns its own isolate for communication with the dive computer.
Please refer to the example app for a minimalistic example usage.