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

ios_screenshot_1

ios_screenshot_2

ios_screenshot_3

Android

android_screenshot_1

android_screenshot_2

android_screenshot_3

Video Recording

ios

android

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.

architecture_1

Sync ui state

implementation_1

GitHub

https://github.com/yamarkz/unofficial_conference_app_2020