A custom-built calendar module developed from scratch using Flutter and Dart, featuring scrollable monthly views, day-based reminders, and swipe navigation. Built as part of an internship project.
- Monthly calendar UI with swipe navigation
- Highlighting of current day
- Custom reminder modal on date click
- Responsive layout using
GridViewandPageView - Built-in support for reminders with placeholder text
- Light and dark themed color schemes
- Language: Dart
- Framework: Flutter
- Packages:
hexcolorscaffold_gradient_backgroundflutter_gradient_colorsdate_time_format
flutter pub get
flutter run📌 Notes This module was developed during my internship at Hassan Allam Technologies.
It is not a full-featured calendar app, but a reusable component for task/reminder scheduling.
Some features like backend integration and notification alerts are not implemented yet.