The Unofficial Conference flutter App for DroidKaigi 2020 Tokyo

DroidKaigi 2020 Flutter App

The unofficial conference app for DroidKaigi 2020.

DroidKaigi 2020 is a conference tailored for developers on 20th and 21st February 2020.

This app is built using Flutter and Firebase for both iOS and Android.

Here is a great official app!

Features

iOS

Android

Video Recording

Getting Started

  1. Install Flutter. See https://flutter.dev/setup/
  2. Setting up the IntelliJ. See https://flutter.dev/ide-setup/
  3. Fork and clone this repository.
  4. Move to unofficial_conference_app_2020 directory.
  5. Run flutter run command.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b new_feature_branch)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin new_feature_branch)
  5. Create new Pull Request

Implementation

Architecture

This Application uses Bloc Pattern based architecture using RxDart, Provider, StreamBuilder, Firebase.

Sync ui state

GitHub

https://github.com/yamarkz/unofficial_conference_app_2020