To run this project you have to have either Android Studio or VsCode setup along with Flutter SDK.
In case you don't have it you can find it on the below links.
For Android Studio: https://developer.android.com/studio
For Flutter SDK: https://flutter.dev/docs/get-started/install
Now if you have both the Android studio and Flutter setup all you have to do is clone the Repository.
This is a personal Diary App which has been made using the Flutter SDK and SQLite.
The package to be included for usage of SQLite in Flutter is : https://pub.dev/packages/sqflite
What is SQLite ? https://sqlite.org/index.html
Ensure that you run 'pub get' command to ensure you have all dependencies/packages.