This is the source code for an events app made for a well-known client when I was 16-17.
They ended up not using the application but was a great learning experience, so I decided to upload the source code here.
Here is the feature video (enable audio)
Events.App.Video.mp4
Make sure you have Flutter installed, see here
Clone the repo
git clone git@github.com:aiden-d/commercial_events_app.git
Navigate into the directory
cd commercial_events_app
Install Flutter dependencies
flutter pub get
Run app (specify platform, eg Chrome
)
flutter run -d PLATFORM