https://github.com/gokadzev/notify
[TEST/ALPHA] A modern, feature-rich note-taking app built with Flutter
https://github.com/gokadzev/notify
android-app android-application flutter flutter-apps free material-design material-design-3 material-ui material-you material-you-3 materialui notes
Last synced: 6 months ago
JSON representation
[TEST/ALPHA] A modern, feature-rich note-taking app built with Flutter
- Host: GitHub
- URL: https://github.com/gokadzev/notify
- Owner: gokadzev
- License: gpl-3.0
- Created: 2025-01-12T10:04:42.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-02-09T08:16:22.000Z (8 months ago)
- Last Synced: 2025-02-09T08:27:42.286Z (8 months ago)
- Topics: android-app, android-application, flutter, flutter-apps, free, material-design, material-design-3, material-ui, material-you, material-you-3, materialui, notes
- Language: Dart
- Homepage:
- Size: 674 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
## Features
- Rich text editing with formatting options
- Checklist support
- Label organization
- Pin important notes
- Note color customization
- Full-text search
- Material Design 3 (Material You)
- Dark/Light theme
- Backup and restore## Platforms Supported
- Android
- Linux
- Windows## TODO
- [ ] Add pen support for tablets
- [ ] Custom MD3 themes
- [ ] Add user selection preference for dark/light mode
- [ ] Note version history
- [ ] Archive Notes
- [ ] Tables in Notes
- [ ] Add handwritten notes support
- [ ] Add note reminders
- [ ] Add native widgets support## License
```
Copyright © 2025 Valeri GokadzeNotify is a free software licensed under GPL v3.0
It is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
``````
Being Open Source doesn't mean you can just make a copy of the app and upload it on playstore or sell
a closed source copy of the same.
Read the following carefully:
1. Any copy of a software under GPL must be under same license. So you can't upload the app on a closed source
app repository like PlayStore/AppStore without distributing the source code.
2. You can't sell any copied/modified version of the app under any "non-free" license.
You must provide the copy with the original software or with instructions on how to obtain original software,
should clearly state all changes, should clearly disclose full source code, should include same license
and all copyrights should be retained.In simple words, You can ONLY use the source code of this app for `Open Source` Project under `GPL v3.0` or later
with all your source code CLEARLY DISCLOSED on any code hosting platform like GitHub, with clear INSTRUCTIONS on
how to obtain the original software, should clearly STATE ALL CHANGES made and should RETAIN all copyrights.
Use of this software under any "non-free" license is NOT permitted.
```See the [GNU General Public License](https://github.com/gokadzev/Notify/blob/master/LICENSE) for more details.
---