A cross-platform note-taking app built with Flutter that enables local data synchronization without requiring any remote server or middle-tier infrastructure.
Notely is a note-taking application built using Flutter. It provides a seamless, local-only data synchronization experience—no backend server is needed. Perfect for users who value privacy, offline access, and simplicity.
- 🌐 Local Synchronization – Keep your notes synced across devices without the need for remote servers.
- Cross-Platform – Built with Flutter, supporting multiple platforms (see below).
- Offline-First Design – Fully functional even without internet access.
- Lightweight & Secure – Your data stays on your device, ensuring privacy and control.
- Android
- Windows
Make sure you have the following installed
- Flutter SDK (latest stable version)
- Dart SDK (typically bundled with Flutter)
- An IDE such as Visual Studio Code, Android Studio, or Xcode for platform-specific development
- For desktop targets (optional) enable desktop support in Flutter
-
Clone the repository
git clone httpsgithub.comMman7Notely.git cd Notely