esptouch_smartconfig 1.1.0 copy "esptouch_smartconfig: ^1.1.0" to clipboard
esptouch_smartconfig: ^1.1.0 copied to clipboard

Null-Safety Flutter ESP Touch Smart Config Plugin. Runs on android and iOS. ESP devices to connect target AP, the devices need run smart config.

example/lib/main.dart

import 'package:esptouch_smartconfig_example/connectivity_page.dart';
import 'package:flutter/material.dart';
import 'package:permission_handler/permission_handler.dart';

void main() async {
  WidgetsFlutterBinding.ensureInitialized();
  await Permission.location.request();
  runApp(MyApp());
}

class MyApp extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
        debugShowCheckedModeBanner: false, home: ConnectivityPage());
  }
}
copied to clipboard
24
likes
160
points
123
downloads

Publisher

verified publisherhonor-driven.dev

Weekly Downloads

2024.09.26 - 2025.04.10

Null-Safety Flutter ESP Touch Smart Config Plugin. Runs on android and iOS. ESP devices to connect target AP, the devices need run smart config.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on esptouch_smartconfig