flutter_niimbot 0.1.0-dev.12
flutter_niimbot: ^0.1.0-dev.12 copied to clipboard
An unofficial Flutter package for rendering and printing labels with NIIMBOT Bluetooth label printers. Currently supports D11H only.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_niimbotThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
flutter_niimbot: ^0.1.0-dev.12Alternatively, 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:flutter_niimbot/niimbot.dart';
import 'package:flutter_niimbot/niimbot_research.dart';