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
- install flutter. see https://flutter.dev/setup/
- setting up the intellij. see https://flutter.dev/ide-setup/
- download and buy this source.
- move to unofficial_conference_app_2020 directory.
- run flutter run command.
contributing
- download it
- create your feature branch (git checkout -b new_feature_branch)
- commit your changes (git commit -am ‘add some feature’)
- push to the branch (git push origin new_feature_branch)
- create new pull request
implementation
architecture
this application uses bloc pattern based architecture using rxdart, provider, streambuilder, firebase.
sync ui state
Comments are closed.