smaho-engineering / esptouch_flutter

ESP-Touch Dart API for Flutter. Platform-specific implementation for Android (Java) and iOS (Objective-C).
https://pub.dev/packages/esptouch_flutter
MIT License
100 stars 34 forks source link

Build error while using esp_touch package #1

Closed FarzBlues closed 4 years ago

FarzBlues commented 4 years ago

I am facing build error when using smart config and esp_touch package in same flutter project.. How i can remove it??

Error showing is

vincevargadev commented 4 years ago

I didn't use smartconfig and the esptouch_flutter package in the same project yet. Do you have an open-source Flutter app that I could git checkout and flutter run?

vincevargadev commented 4 years ago

We also fixed a couple of issues, could you please try using esptouch_flutter: ^0.2.0? Maybe your issues with the package were caused by those, seemingly unrelated issues that were fixed by version 0.2.x?