The Flutter Calendar App is a full-stack, cross-platform mobile application for managing events, appointments, and schedules. Built with Flutter for the frontend and Python for the backend, it offers a seamless and customizable user experience. The app integrates a MySQL database for efficient data storage and retrieval.
- Flutter
- Dart
- FastAPI
- MySQL
- Interactive Calendar Views: Switch between month, week, and day views.
- Event Management: Add, edit, and delete events directly from the app.
- Customizable UI: Easily adjustable to fit different design preferences.
- Flutter Integration: Built with Flutter's cross-platform capabilities, the app works efficiently on both iOS and Android.
https://calendar-booking.netlify.app/
Ensure that you have Flutter and Dart installed on your machine.
- Clone Repository:
git clone https://github.com/udvale/flutter_calendar.git
- Install dependencies:
flutter pub get
- Start Development Environment
flutter run