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

Another pakage for topwisemp35p to support another set of the pos device. it uses NIBSS processor

example/lib/main.dart

import 'package:flutter/material.dart';

import 'home.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 MaterialApp(
      debugShowCheckedModeBanner: false,
      title: 'T-rex',
      theme: ThemeData(
        fontFamily: 'AudioWide',
        primaryColor: Colors.green,
        visualDensity: VisualDensity.adaptivePlatformDensity,
      ),
      home: const Home(),
    );
  }
}
0
likes
130
points
15
downloads

Publisher

unverified uploader

Weekly Downloads

Another pakage for topwisemp35p to support another set of the pos device. it uses NIBSS processor

Repository (GitHub)

Documentation

API reference

License

unknown (license)

Dependencies

flutter, flutter_web_plugins, http, plugin_platform_interface, web

More

Packages that depend on flutteremv

Packages that implement flutteremv