printer_plugin 0.0.1 copy "printer_plugin: ^0.0.1" to clipboard
printer_plugin: ^0.0.1 copied to clipboard

outdated

A flutter plugin to print simple text on a PDA Urovo.

printer_plugin #

A new Flutter plugin project.

Getting Started #

This project is a starting point for a Flutter plug-in package, a specialized package that includes platform-specific implementation code for Android and/or iOS.

For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

printer_plugin_example #

Demonstrates how to use the printer_plugin plugin.

Getting Started #

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

Example snippet:

import 'package:flutter/material.dart'; import 'package:printer_plugin/printer_plugin.dart';

void main() { runApp(const MyApp()); }

class MyApp extends StatefulWidget { const MyApp({super.key});

@override _MyAppState createState() => _MyAppState(); }

class _MyAppState extends State

0
likes
0
points
2
downloads

Publisher

unverified uploader

Weekly Downloads

A flutter plugin to print simple text on a PDA Urovo.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on printer_plugin

Packages that implement printer_plugin