A demo manipulation on Flutter device's calendar. A small application for a cinema to view how device's calendars can be manipulated in Flutter and Dart. It is on a simple page where there will be a list of movies and their screening date.
The user can add the screening movie event to the calendar of their choice, if a movie has already been added to any of these calendars it will be impossible to add it a second time.
We will use a simple MVC (Model-View-Controller) architecture.
The model will be the data of our application, in our case it will be the list of movies and their screening date.
The view will be the visual part of our application, in our case it will be the list of movies and their screening date.
The controller will be the link between the model and the view, it will allow to manipulate the data of the model and to update the view.
To learn how to create this application, you can follow these tutorials:
🇬🇧 🇺🇸 Learn how to manage your calendar events in Flutter and Dart
🇫🇷 Apprenez à ajouter et à gérer vos événements de calendrier en Flutter et Dart