https://github.com/xinthink/flutter-keep
A note-taking app built with Flutter + Firebase
https://github.com/xinthink/flutter-keep
firebase firestore flutter note-taking
Last synced: about 2 months ago
JSON representation
A note-taking app built with Flutter + Firebase
- Host: GitHub
- URL: https://github.com/xinthink/flutter-keep
- Owner: xinthink
- License: gpl-3.0
- Created: 2020-02-20T09:52:13.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T02:53:51.000Z (over 2 years ago)
- Last Synced: 2025-03-30T03:05:12.578Z (2 months ago)
- Topics: firebase, firestore, flutter, note-taking
- Language: Dart
- Homepage: https://fltkeep.xinthink.com
- Size: 6.02 MB
- Stars: 410
- Watchers: 12
- Forks: 78
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
---
[![Check Status][check-badge]][check-link]
[![MIT][license-badge]][license]This is a simplified [Google Keep] mobile app 'clone' built with [Flutter] + [Firebase]. For practicing prototyping and Flutter skills only.
If you love to, please read the [series of stories] on Medium to find out how to create an app like this from scratch.
Screenshots:
[](https://youtu.be/GXNXodzgbcM)
Web app screenshots:
[][web app]
[web app]: https://fltkeep.xinthink.com
[Flutter]: https://flutter.dev
[Firebase]: https://firebase.google.com/
[Google Keep]: https://www.google.com/keep/
[check-badge]: https://github.com/xinthink/flutter-keep/workflows/check/badge.svg
[check-link]: https://github.com/xinthink/flutter-keep/actions?query=workflow%3Acheck
[license-badge]: https://img.shields.io/github/license/xinthink/flutter-keep
[license]: https://github.com/xinthink/flutter-keep/blob/master/COPYING
[series of stories]: https://medium.com/flutter-community/build-a-note-taking-app-with-flutter-firebase-part-i-53816e7a3788