konifar/droidkaigi2018-flutter
ドロイドカイギ2018東京の公式外アプリ
- Stars
- 502
- Forks
- 101
- 最終プッシュ(UTC)
- 2018/05/01
- プロジェクト状態
- 公開中
技術トピック
使用している依存関係
依存関係一覧 14 件
- flutter
{"sdk":"flutter"} - flutter_localizations
{"sdk":"flutter"} - intl
— - intl_translation
— - uri
0.7.0 - url_launcher
^2.0.1 - google_sign_in
2.0.1 - firebase_auth
0.4.3 - firebase_analytics
0.2.2 - cloud_firestore
0.2.6 - shared_preferences
0.3.2 - cupertino_icons
^0.1.0 - dice
^1.7.0 - flutter_test開発用
{"sdk":"flutter"}
ランキング
元の README
以下は英語原文のスナップショットです。最新版は GitHub をご覧ください。
README を開く / 閉じる
https://raw.githubusercontent.com/konifar/droidkaigi2018-flutter/HEAD/android/app/src/main/res/mipmap-mdpi/ic_launcher.png 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.
Thanks for Android official app is here!
Features
iOS
https://raw.githubusercontent.com/konifar/droidkaigi2018-flutter/HEAD/art/ios_sessions.png https://raw.githubusercontent.com/konifar/droidkaigi2018-flutter/HEAD/art/ios_session_detail.png https://raw.githubusercontent.com/konifar/droidkaigi2018-flutter/HEAD/art/ios_map.png https://raw.githubusercontent.com/konifar/droidkaigi2018-flutter/HEAD/art/ios_gif.gif
Android
https://raw.githubusercontent.com/konifar/droidkaigi2018-flutter/HEAD/art/android_sessions.jpg https://raw.githubusercontent.com/konifar/droidkaigi2018-flutter/HEAD/art/android_session_detail.jpg https://raw.githubusercontent.com/konifar/droidkaigi2018-flutter/HEAD/art/android_map.jpg https://raw.githubusercontent.com/konifar/droidkaigi2018-flutter/HEAD/art/android_gif.gif
- 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/
- Fork and clone this repository.
- Move to
droidkaigi2018-flutterdirectory. - Run
flutter runcommand.
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
Copyright 2018 Yusuke Konishi
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.