droidkaigi 2018 flutter app
the unofficial conference app for droidkaigi 2018 tokyo
droidkaigi 2018 is a conference tailored for developers on 8th and 9th february 2018.
this app is built using flutter and firebase for both ios and android.
features
ios
android
- view all the conference schedule and details of each session
- add favorite sessions to my schedule.
- check the place map.
getting started
- install flutter. see https://flutter.io/setup/
- setting up the intellij. see https://flutter.io/ide-setup/
- download and buy this source.
- move to
droidkaigi2018-flutter
directory. - run
flutter run
command.
structure
the main classes are under lib
directory.
directory | description |
---|---|
api | classes to load all the sessions data via api. |
i18n | classes to localize (currently english and japanese are supported.) |
models | model classes which are parsed from api json. |
repository | classes to call api and cache data. |
ui | classes to show each pages. |
Comments are closed.