- This project is a flutter mobile app that can be used to take notes and set events.
- It has google Gemini embedded so that some tasks like note generation from image and search chat.
- Only tested for Android at the moment.
- Navigate to the
build\app\outputs\flutter-apk
folder and transfer the apk file to your Android device - After transferring the APK to your device, you can install it directly on the device, or you can enter the following command in the terminal:
adb install app-release.apk
- If there are any bugs or errors encountered then do please contact me. I'll fix them as soon as I can.
-
Need to add encryption and payment methods to use firebase cloud storage
-
Fix Scrolling bug
-
Fix Gemini Bugs
-
Write Unit Tests
-
Publish on App Store