Tasky is a feature-rich mobile application designed to help users organize, track, and complete tasks efficiently. Built using Flutter, Tasky offers a polished user interface, seamless navigation, and intuitive features for task management.
- User Authentication:
- Sign up, log in, and secure access to your tasks.
- Task Management:
- Create, update, delete, and categorize tasks.
- Reminders:
- Set reminders for important deadlines.
- Responsive Design:
- Adaptive UI for various screen sizes.
- Flutter: Framework for building natively compiled applications for mobile, web, and desktop from a single codebase.
- GoRouter: Navigation and routing for Flutter.
- Bloc: State management for reactive apps.
- Flutter Hooks: Enhances stateful widgets with a declarative syntax.
- Dio: Powerful HTTP client for efficient API communication and request handling.
- Authorization: Implemented with JWT for secure authentication, utilizing refresh tokens for seamless session management.
- Flutter (version 3.x or higher)
- Android/iOS emulator or physical device
- Clone the repository:
git clone https://github.com/yourusername/tasky.git cd tasky
