Page 1 of 1

RainMaker Mobile App in Flutter

Posted: Sat Dec 24, 2022 12:44 pm
by dalohar
Hi,

Greetings!

Can anyone please help me to understand how one can develop an mobile app (Android and iOS) for Espressif RainMaker using Google Flutter?
Is there any source code available? If yes please share link.

Regards,

Dinesh

Re: RainMaker Mobile App in Flutter

Posted: Tue Dec 27, 2022 10:11 am
by ESP_Piyush
As of now there are no flutter based RainMaker apps, but internally, we have a vue.js based hybrid app, which we may open source in near future.

Re: RainMaker Mobile App in Flutter

Posted: Tue Dec 27, 2022 10:16 am
by dalohar
ESP_Piyush wrote:
Tue Dec 27, 2022 10:11 am
As of now there are no flutter based RainMaker apps, but internally, we have a vue.js based hybrid app, which we may open source in near future.
Thanks for your quick reply. Actually we are exploring possibility of developing mobile app using Flutter instead of developing 2 different apps.

Re: RainMaker Mobile App in Flutter

Posted: Wed Jan 25, 2023 12:52 pm
by maldus
Chiming in because I am currently developing a Flutter based Rainmaker client. There are a couple of libraries that facilitate this (https://pub.dev/packages/esp_rainmaker_ ... on/example and https://pub.dev/packages/esp_rainmaker/install) but in truth it's just quite simple to interact directly with the HTTP API.

Definitely a better choice than working with native Android and IOS.

Re: RainMaker Mobile App in Flutter

Posted: Fri Jan 27, 2023 9:45 am
by Stipa88
Hello, maldus

I'm glad to hear what you're doing "ESPRainMakerFlutter mobile App".

Do you have a demo App? Will the application be available, open source?

Tnx

Re: RainMaker Mobile App in Flutter

Posted: Tue Feb 14, 2023 6:25 pm
by phille
ESP_Piyush wrote:
Tue Dec 27, 2022 10:11 am
As of now there are no flutter based RainMaker apps, but internally, we have a vue.js based hybrid app, which we may open source in near future.
Will this app also manage RainMaker Local Contol?
When is it expected to be released?