healthrian_uart_support 1.0.21
healthrian_uart_support: ^1.0.21 copied to clipboard
Healthrian library for supporting UART connector manager
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add healthrian_uart_supportWith Flutter:
$ flutter pub add healthrian_uart_supportThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
healthrian_uart_support: ^1.0.21Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:healthrian_uart_support/healthrian_uart_support.dart';