esptouch_smartconfig 1.1.0 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.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add esptouch_smartconfig
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
esptouch_smartconfig: ^1.1.0
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:esptouch_smartconfig/esptouch_smartconfig.dart';