Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 866 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 866 Bytes

Idea Docket

Description

  • 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.

How to Run

  • 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

Possible Errors

  • If there are any bugs or errors encountered then do please contact me. I'll fix them as soon as I can.

TODO

  • 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