Marquer Mobile
A mobile productivity app featuring rich-text notes, tasks with folders, calendar with recurring plans, Pomodoro study timer, and OTA updates. Built with Flutter for cross-platform deployment.
github.com/Danendz/marquer-mobile// tech stack
FlutterDartRiverpodDioGoRouterFlutter QuillSentryGitHub Actions
// features
- Rich text notes with Flutter Quill editor
- Task management with folder organization
- Calendar with recurring plans and reminders
- Pomodoro study timer with session tracking
- OTA updates via S3 + app release API
- CI/CD pipeline: GitHub Actions builds APK → uploads to S3 → notifies backend via OIDC
// architecture
State management via Riverpod, HTTP client with Dio, navigation with GoRouter. Modular feature-based architecture with separate layers for API, screens, stores, and services.