An open API service indexing awesome lists of open source software.

https://github.com/albert-gonzalez/my_diary_app

A Diary App made with Flutter
https://github.com/albert-gonzalez/my_diary_app

dart flutter flutter-quill hive

Last synced: 4 months ago
JSON representation

A Diary App made with Flutter

Awesome Lists containing this project

README

        

# My Diary App

`My Diary` is a Flutter App Example. It is a personal diary to write your memories. It stores the data in the device using `Hive`.

## Screenshots


Sign In Page
Empty List Page
New/Edit Entry Page


Sign In Page
View Page

## Main libs used

- [Table Calendar](https://pub.dev/packages/table_calendar)
- [Flutter Quill](https://pub.dev/packages/flutter_quill)
- [Google Sign In](https://pub.dev/packages/google_sign_in)
- [Hive](https://pub.dev/packages/hive)
- [Uuid](https://pub.dev/packages/uuid)
- [Provider](https://pub.dev/packages/provider)
- [Mockito](https://pub.dev/packages/mockito)