Vanote is a modern, carefully designed application for efficient task and note management. It is the official, internally developed app for VAXP-OS.
Vanote combines the aesthetics of modern GNOME/Flutter design with best programming practices. It is built using the Flutter framework and follows the Clean Architecture approach, ensuring high maintainability, fast performance, and a smooth user experience.
- Full Integration with VAXP-OS: The app follows the VAXP-OS design language and integrates seamlessly with the dark theme.
- Task Categories: Easily organize and filter tasks into clear categories such as
Personal,Work,Shopping, andOthers. - Interactive Task Cards: Tasks are displayed in elegant, attractive cards showing status, category, and creation date.
- Task Status Tracking: Provides clear options to set the task status (
Not Started,Mark as In Progress,Mark as Completed) for accurate progress tracking. - Comprehensive Task Details: A dedicated interface to view and edit task details (description, category, creation date).
- Advanced Technical Structure: Built with Clean Architecture and state management using the Provider package in Flutter, making it robust and scalable.
- Task list view
- Categorized tasks view
- Task details
- Menu options
Vanote comes pre-installed and integrated in all VAXP-OS releases as an essential tool for task management. No additional installation is required.
Since the app is built with Flutter, you need the Flutter SDK development environment.
git clone https://github.com/vaxp/vanote.git
cd vanoteflutter pub getflutter build linux --release
This application is licensed under the GNU GPLv3