Giter Site home page Giter Site logo

konifar / droidkaigi2018-flutter Goto Github PK

View Code? Open in Web Editor NEW
508.0 21.0 103.0 12.21 MB

The unofficial conference app for DroidKaigi 2018 Tokyo

Home Page: https://itunes.apple.com/app/id1341774412

License: Apache License 2.0

Java 0.40% Objective-C 0.83% Dart 96.82% Ruby 1.11% Shell 0.84%
droidkaigi flutter dart

droidkaigi2018-flutter's Introduction

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

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.

droidkaigi2018-flutter's People

Contributors

konifar avatar najeira avatar wakwak3125 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

droidkaigi2018-flutter's Issues

Logout

Overview

Links

Screenshot

How to run it with flutter 1.0?

The current Dart SDK version is 2.1.0-dev.9.4.flutter-f9ebf21297.

Because droidkaigi2018 depends on uri <0.11.3 which requires SDK version >=0.8.10 <2.0.0 or >=2.0.0-dev.18 <2.0.0, version solving failed.

pub upgrade failed (1)

googleSignIn.currentUser returns null

Overview

googleSignIn.currentUser in MySchedulePage returns null causes exception

NoSuchMethodError: The getter 'id' was called on null.
Receiver: null
Tried calling: id

Potential Security Issue

๐Ÿ‘‹ Hello, we've received a report for a potential high severity security issue in your repository.

Next Steps

1๏ธโƒฃ Visit https://huntr.dev/bounties/1-other-konifar/droidkaigi2018-flutter for more advisory information.

2๏ธโƒฃ Sign-up to validate or speak to the researcher for more assistance.

3๏ธโƒฃ Propose a patch or outsource it to our community.


Confused or need more help?

  • Join us on our Discord and a member of our team will be happy to help! ๐Ÿค—

  • Speak to a member of our team: @JamieSlome


This issue was automatically generated by huntr.dev - a bug bounty board for securing open source code.

pub get failed

Because droidkaigi2018 depends on uri <0.11.3 which requires SDK version >=0.8.10 <2.0.0 or >=2.0.0-dev.18 <2.0.0, version solving failed.

DeployGate integration

Overview

๐ŸŽ judgement is toooooooo late. They can not complete by DroidKaigi day.
I gave up ๐ŸŽ and use DeployGate to deliver this app to iOS guys.

Black screen after Google login

Overview

  • After entering google id and password i get an black screen.
  • Scrolling the view will fix the screen.

Links

Screenshot

Good bye Android text and images

Overview

Unfortunately tis iOS app is rejected by Apple because this contains Android text and images. I have to remove / replace them.

I think we need debug.key registered Firebase console

Overview

favorite button tapped and select my google account, but I cannot signed-in.
at this time, following error occur:

E/flutter (28614): [ERROR:topaz/lib/tonic/logging/dart_error.cc(16)] Unhandled exception:
E/flutter (28614): PlatformException(status, Status{statusCode=DEVELOPER_ERROR, resolution=null}, null)
E/flutter (28614): #0      StandardMethodCodec.decodeEnvelope (package:flutter/src/services/message_codecs.dart:547:7)
E/flutter (28614): #1      MethodChannel.invokeMethod (package:flutter/src/services/platform_channel.dart:279:18)
E/flutter (28614): <asynchronous suspension>
E/flutter (28614): #2      GoogleSignIn._callMethod (package:google_sign_in/google_sign_in.dart:156:58)
E/flutter (28614): <asynchronous suspension>
E/flutter (28614): #3      GoogleSignIn._addMethodCall.<anonymous closure> (package:google_sign_in/google_sign_in.dart:196:28)
E/flutter (28614): #4      _RootZone.run (dart:async/zone.dart:1376:54)
E/flutter (28614): #5      _FutureListener.handleWhenComplete (dart:async/future_impl.dart:151:18)
E/flutter (28614): #6      Future._propagateToListeners.handleWhenCompleteCallback (dart:async/future_impl.dart:607:39)
E/flutter (28614): #7      Future._propagateToListeners (dart:async/future_impl.dart:663:37)
E/flutter (28614): #8      Future._addListener.<anonymous closure> (dart:async/future_impl.dart:346:9)
E/flutter (28614): #9      _microtaskLoop (dart:async/schedule_microtask.dart:41:21)
E/flutter (28614): #10     _startMicrotaskLoop (dart:async/schedule_microtask.dart:50:5)

I think this is due to different keys used for signing on debug build, what do you think? ๐Ÿค”

Error when flutter run -d

Initializing gradle... 1.2s
Resolving dependencies...

  • Error running Gradle:
    Exit code 1 from: /Users/xxx/Documents/GitHub/droidkaigi2018-flutter/android/gradlew app:properties:
    Failed to notify ProjectEvaluationListener.afterEvaluate(), but primary configuration failure takes precedence.
    java.lang.IllegalStateException: compileSdkVersion is not specified.

FAILURE: Build failed with an exception.

  • Where:
    Build file '/Users/xxx/Documents/GitHub/droidkaigi2018-flutter/android/app/build.gradle' line: 19

  • What went wrong:
    A problem occurred evaluating project ':app'.

/Users/xxx/Documents/GitHub/droidkaigi2018-flutter/android/key.properties (No such file or directory)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.