Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 days 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T02:53:51.000Z (about 2 years ago)
- Last Synced: 2025-01-20T17:14:02.753Z (13 days ago)
- Topics: firebase, firestore, flutter, note-taking
- Language: Dart
- Homepage: https://fltkeep.xinthink.com
- Size: 6.02 MB
- Stars: 407
- Watchers: 13
- Forks: 76
- 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:
[![Flutter Keep demo](artworks/fltkeep_screenshots.jpg)](https://youtu.be/GXNXodzgbcM)
Web app screenshots:
[![web app screenshots](artworks/web-screenshots.jpg)][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