#AppCreator
Build Smart Apps: Flutter + AI Chatbot!

Get a custom Android & iOS app with built-in AI chatbot functionality. Seamless experience, intelligent interactions, all with Flutter.

Your innovative app starts here: go.fiverr.com/visit/?bta=2...

#FlutterDev #MobileApps #AIChat #AppCreator #iOS #Android
July 13, 2025 at 9:44 AM
by digging into the source i find `eframe::WebRunner::new().start()` is taking the third arg of internal type: `epi::AppCreator<'static>`.

which is:
`Box<dyn FnOnce(&CreationContext<'_>) -> Result<Box<dyn App + 'app>, Box<dyn Error + Send + Sync>> + 'app>`

i don't see a way of doing async here
February 5, 2026 at 5:36 PM