All Projects → FlutterEurope → Conference2020

FlutterEurope / Conference2020

Official mobile app of Flutter Europe 2020 conference

Programming Languages

dart
5743 projects

Flutter Europe conference app

Deploy to Firebase Tests Deploy to stores
Codemagic build status Codemagic build status Codemagic build status

This is repository of Flutter Europe official conference app.

App Logo

Agenda Ticket Dark Mode Different layouts
Agenda screenshot Ticket screenshot Dark mode Different layouts
Google Play AppStore
Google Play AppStore

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
  • [x] rating of the talks
  • [x] feedback gathering
  • [x] receiving reminders about the talks
  • [ ] adding ticket to the device wallet
  • [x] admin mode to send notifications and new users
  • [x] crash reporting

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.

If you want to get access to our Contentful and Firebase backends, please let us know directly.

Generating model

We're using json_serializable:

flutter pub run build_runner build --define "json_serializable=any_map=true" --delete-conflicting-outputs
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].