Build a beautiful AI chat app using Nowa and ChatGPT under an hour without code

Hey @mcombatti so we found out the cause of the problem, sometimes when renaming the package and then deleting a part of it it accedntiatly delete the MainActivity.kt file

Do you have access to the Desktop version of Nowa? if yes all what you need to do is to create a file called MainActivity.kt inside Android>app>src>main>kotlin>sdww>eihef>finein (The sdww>eihef>finein is for your project package name)

And paste the following content:

package sdww.eihef.finein

import io.flutter.embedding.android.FlutterActivity

class MainActivity: FlutterActivity() {
}

If you don’t have Nowa desktop, then we will do this manually for you to add the file, and also fix the problem that caused the deletion for the file. We appologize for that :slight_smile:

Hello! Thank you! Yes please fix for the cloud server. :pray:

1 Like

I’m interested in alpha testing the Nowa AI but the signup sheet doesnt permit submitting and fails. :pensive:

I recently found LeapSDK by Liquid AI, for on-device LLMs which work on all phones locally, and converted their SDK to a flutter plugin. I can get it to run locally using the library I’ve posted to pub.dev, but anytime I make changes to the app in Nowa, it removes the import to the package while preserving all other code. So antytime I want to test or build, I have to use VS code to readd the imports, save, and run using “flutter run/build” etc. Am I doing something wrong? Ultimately, I’d like to use Nowa to create an entirely on-device ChatGPT-like app with saved conversations, etc. Could you assist with that? I can do this externally in VS Code, but I’d like to use Nowa since I can rapidly protoype and change UI elements. Lets talks!

Heres a video of the debug AI app running entirely offline, on an Android 4GB ram snapdragon CPU phone at 42 tokens per second. (Faster when not screen recording. :laughing:) :pray:

Also! I’m ready to start building plugins for the Nowa community :heart::laughing:

Hey @mcombatti

I am happy to tell you that Nowa 3.0 is LIVE! you can loggin and try it out!

Regarding your package issue, seems you are writing your code as Nowa generated code therefore it get edited. Be sure to write it with the rules of custom code. Check this article to see how to use Custom code probably: The Future of Flutter: Visually Build Apps Directly in Your IDE | by Nowa | Medium