note_app_flutter_sqflite_provider

? Introduce

This is a note taking app made with Flutter that helps you to take notes of important things on your phone anytime without internet connection. (Design ideas based on Google Keep App)

The application I created for the purpose of learning to review knowledge such as CRUD SQlite, Provider (state management) and learn some new knowledge such as application internationalization, freeing memory.

During the implementation process, I encountered some silly errors and promptly fixed them. Difficulties I have encountered:

  • delete image files and cache when not in use
  • error when undoing a note
  • listen for changes when creating new labels
  • display grid list of images
  • meet some errors on performance related async/await, query sqlite
  • and there are some more problems

Finally after a while looking for a fix, I finished this application. I tried to optimize the lines of code to the best of my ability (at the time of project implementation), but of course there will be errors or inadequacies. Looking forward to receiving your valuable contributions.

Don’t hesitate to give this project 1 ? if you like it. Thank you

? App preview

app preview 1
app preview 2

? How to Use the Project

You can use the app by installing apk file (applicable to android devices)

? The main functions of the application

  • add, delete, edit, undo, search notes
  • add, delete, edit labels
  • add images from camera and gallery
  • change note background color
  • show notes by label
  • display list of notes, labels
  • Support 3 languages: Vietnamese, English, Arabic (If the device does not use the above 3 languages, the first installation will default to Vietnamese)
  • all data will be saved in local storage

ℹ️ Version and packages used

? License

You can use the free source code for learning purposes. If you use for other purposes, please quote the source.

GitHub

View Github