PersonNote is an app to note people who have helped you, which allows you to store a person's name, email address, age, birthday, event, and other information and to access the same data from any device by firebase.
If you would like to check how the application works, I have made it available as a web application here.
Login Page | Top Page |
---|---|
Detail Page | Crate Page |
This application uses Firestore Database. Therefore, you need to create your own project if you want to run it in your environment.
git clone https://github.com/char5742/person-note
cd person_note
flutter pub get
flutter pub run build_runner build --delete-conflicting-outputs
flutter run
"PersonNote" is under MIT license.