Official mobile app of Flutter Europe 2020 conference
Flutter Europe conference app
This is repository of Flutter Europe official conference app.
Deploy to Firebase | Tests | Deploy to stores |
---|---|---|
This is repository of Flutter Europe official conference app.
Agenda | Ticket | Dark Mode | Different layouts |
---|---|---|---|
Getting Started
This simple conference app allows:
- [x] displaying the agenda of the event
- [x] adding and showing favorite talks
- [x] showing details of the talk and speaker
- [x] adding and showing the attendee ticket (via order number or ticket number)
- [x] receiving notifications from organizers
- [x] light/dark mode
- [ ] rating of the talks
- [x] receiving reminders about the talks
- [ ] adding ticket to the device wallet
- [x] admin mode to send notifications and new users
- [x] crash reporting
- [ ] feedback gathering
It's built with Flutter for iOS and Android.
Running and building
Warning This project is developed on Flutter dev channel.
This project is based on 3 flavors: dev
, tst
and prod
. In order to run given flavor in VS Code you should define custom launch.json
file.
You need to provide your Google Services configuration files for iOS and Android.
Project also contains custom fastlane
configuration for Android and iOS. In case of iOS configuration it's able to set provisioning profiles, archive and deploy app to Firebase App Distribution or Testflight. In case of Android it's used only to distribute app to Firebase App Distribution and Google Play.
Project plan
You can follow project updates in the respective MVP project.
Contributing
If you want to contribute, please contact us directly. We hope to publish some contribution policy soon.
Generating model
We're using json_serializable:
flutter pub run build_runner build --define "json_serializable=any_map=true" --delete-conflicting-outputs