topwisemp35p 0.0.7 copy "topwisemp35p: ^0.0.7" to clipboard
topwisemp35p: ^0.0.7 copied to clipboard

PlatformAndroid

A Plugin used to interfering Topwise Mp35p pos device.

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
120
points
3
downloads

Publisher

unverified uploader

Weekly Downloads

A Plugin used to interfering Topwise Mp35p pos device.

Homepage

Documentation

API reference

License

unknown (license)

Dependencies

flutter, flutter_web_plugins, get, http, plugin_platform_interface

More

Packages that depend on topwisemp35p

Packages that implement topwisemp35p