Tasky is a clean, high-performance Flutter app designed for seamless task management. Using Hive and SharedPreferences for local storage, it offers a fast, offline-first experience with features like Light/Dark mode, real-time progress tracking, and high-priority categorization
Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
8
commits
Implemented a comprehensive task management system by introducing a dedicated Taskmodel and integrating SharedPreferences for persistent data storage. This update refactors the app's navigation to include a MainScreen with a bottom navigation bar, providing easy access to filtered task views, including active and completed tasks. The user interface was further optimized by extracting task listing logic into a reusable TasksListWidget, applying a consistent dark theme across all screens, and adding custom SVG iconography for a more polished look. Additionally, the task creation process was improved with form validation and dynamic UI updates to reflect changes in real-time.feat: Implement bottom navigation and refactor task management
9051869View on GitHubfeat: Create Add Task screen This commit introduces the Add Task screen, allowing users to create new tasks. Includes input fields for task name and description with validation. Adds a switch to set task priority. Implements a form with a submission button that navigates to the home screen upon successful validation.
dab3b34View on GitHubadd Text Controller and form validation functionality
7bf3a12View on GitHubimplement Text field ui and add the logic of navigate to home screen
49fdf6bView on GitHub