This is a Flutter plugin designed to facilitate interactions with Masung printers. It provides a Dart interface for sending print commands to the printer, with a particular focus on USB connections. The plugin is equipped with Android-specific code, indicating its compatibility with Android devices.
- Send print commands to Masung printers via USB connections.
- Android-specific implementation for compatibility with Android devices.
- Model classes for print formatting options.
To use this plugin, add masung_flutter
as a dependency in your pubspec.yaml file.
Import masung_flutter
:
import 'package:masung_flutter/masung_flutter.dart';
Contributions are welcome! Please read the contributing guidelines before getting started.
This project is licensed under the terms of the MIT license. See the LICENSE file.