uni_flutter_plugin 1.0.0-4 copy "uni_flutter_plugin: ^1.0.0-4" to clipboard
uni_flutter_plugin: ^1.0.0-4 copied to clipboard

PlatformAndroid

unipos device package for printing in the thermal printer device. allows printing of receipt and images

example/lib/main.dart

import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
import 'package:uni_flutter_plugin_example/home_page.dart';
import 'package:uni_flutter_plugin_example/printer_page.dart';

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

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

  @override
  State<MyApp> createState() => _MyAppState();
}

class _MyAppState extends State<MyApp> {
  @override
  Widget build(BuildContext context) {
    return const MaterialApp(
      debugShowCheckedModeBanner: false,
      title: "UniPOS Flutter Plugin",
      home: HomePage(),
    );
  }
}
2
likes
140
points
29
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

unipos device package for printing in the thermal printer device. allows printing of receipt and images

Homepage
Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on uni_flutter_plugin

Packages that implement uni_flutter_plugin