A test Timers app for Apexive, the position of Senior Flutter Engineer.
- Custom Fonts and typography, based on a Figma Design
- Bloc State Management
- clean architecture, with custom components and separation of concerns
- static model for temporary storage, as per project requirements
The Screenshots for the project are available here
- Frontend: Flutter, Dart
- State Management: Bloc, setState
- Database: local static model
- Navigation: Navigator v2.0
The app follows Clean Architecture, ensuring separation of concerns:
bloc
- state management logic.helpers
- helper classes with business logicmodel
- static data model with initial valuespages
- full pages, built from custom componentsui
- custom components