项目作者: konifar

项目描述 :
The unofficial conference app for DroidKaigi 2018 Tokyo
高级语言: Dart
项目地址: git://github.com/konifar/droidkaigi2018-flutter.git
创建时间: 2018-01-13T17:33:55Z
项目社区:https://github.com/konifar/droidkaigi2018-flutter

开源协议:Apache License 2.0

下载


DroidKaigi 2018 Flutter App" class="reference-link"> DroidKaigi 2018 Flutter App

Build Status - Travis

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.

Thanks for Android official app is here!

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

  1. Install Flutter. See https://flutter.io/setup/
  2. Setting up the IntelliJ. See https://flutter.io/ide-setup/
  3. Fork and clone this repository.
  4. Move to droidkaigi2018-flutter directory.
  5. 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.

Contributing

This project is under development.

I’m always welcome your contribution! Feel free to report Issue or send Pull Request!

License

  1. Copyright 2018 Yusuke Konishi
  2. Licensed under the Apache License, Version 2.0 (the "License");
  3. you may not use this file except in compliance with the License.
  4. You may obtain a copy of the License at
  5. http://www.apache.org/licenses/LICENSE-2.0
  6. Unless required by applicable law or agreed to in writing, software
  7. distributed under the License is distributed on an "AS IS" BASIS,
  8. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  9. See the License for the specific language governing permissions and
  10. limitations under the License.