ble_backend_screens 1.1.0 copy "ble_backend_screens: ^1.1.0" to clipboard
ble_backend_screens: ^1.1.0 copied to clipboard

BLE backend screens

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add ble_backend_screens

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

dependencies:
  ble_backend_screens: ^1.1.0

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:ble_backend_screens/scanner_screen.dart';
import 'package:ble_backend_screens/status_screen.dart';
import 'package:ble_backend_screens/ui/jumping_dots.dart';
import 'package:ble_backend_screens/ui/ui_consts.dart';