esptouch 0.0.3 copy "esptouch: ^0.0.3" to clipboard
esptouch: ^0.0.3 copied to clipboard

Client-side (mobile) Flutter(Dart) implementation for ESP-Touch protocol

example/lib/main.dart

import 'package:flutter/material.dart';

import 'example.dart';

void main() => runApp(MyApp());

class MyApp extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'ESP-Touch Demo',
      theme: ThemeData(
        primarySwatch: Colors.blue,
      ),
      home: ExamplePage(),
    );
  }
}
2
likes
40
points
10
downloads

Publisher

unverified uploader

Weekly Downloads

Client-side (mobile) Flutter(Dart) implementation for ESP-Touch protocol

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, meta

More

Packages that depend on esptouch