https://github.com/ndenicolais/noteep
A digital notebook of tasks.
https://github.com/ndenicolais/noteep
android dart firebase flutter flutter-local-notifications flutter-localization getx intl keep note notebook notification reminder screenutil shared-preferences task
Last synced: about 1 month ago
JSON representation
A digital notebook of tasks.
- Host: GitHub
- URL: https://github.com/ndenicolais/noteep
- Owner: ndenicolais
- License: mit
- Created: 2025-03-15T08:52:42.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-15T09:09:58.000Z (about 1 year ago)
- Last Synced: 2025-03-15T09:29:37.751Z (about 1 year ago)
- Topics: android, dart, firebase, flutter, flutter-local-notifications, flutter-localization, getx, intl, keep, note, notebook, notification, reminder, screenutil, shared-preferences, task
- Language: Dart
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## πΆ Authors
- [@ndn21](https://github.com/ndenicolais)
## π Description
This application allows you to create a digital notebook of your own notes. You can organize notes visually and set notifications to remind you of important events. Itβs ideal for anyone who wants to keep their notes well organized and easily accessible.
## π Release
App release 1.0.0 is available for download. You can download it from the following link:
[Download v1.0.0](https://github.com/ndenicolais/Noteep/releases/download/v1.0.0/Noteep_v1.0.0.apk)
## π Features
- Login via Google or email & password
- Data storage with Firestore Database
- Responsive design for all screens with ScreenUtil
- Navigation with transition effects with Get
- Light and dark theme variants
- English and Italian languages variants
- Customizable colors and fonts
- Notifications for each note synced across multiple devices
## π¨ Screenshots

## π Packages
Below is a list of some of the most relevant packages:
- [get](https://pub.dev/packages/get)
- [flutter_screenutil](https://pub.dev/packages/flutter_screenutil)
- [google_fonts](https://pub.dev/packages/google_fonts)
- [cloud_firestore](https://pub.dev/packages/cloud_firestore)
- [intl](https://pub.dev/packages/intl)
- [provider](https://pub.dev/packages/provider)
- [shared_preferences](https://pub.dev/packages/shared_preferences)
- [flutter_local_notifications](https://pub.dev/packages/flutter_local_notifications)