Coder Social home page Coder Social logo

dvmjoshi / flutter_firebase Goto Github PK

View Code? Open in Web Editor NEW
271.0 271.0 92.0 8.29 MB

Flutter UI with different widgets and firebase authentication email and gmail

License: Apache License 2.0

Java 1.19% Objective-C 2.34% Dart 96.48%
android awesome awesome-flu awesome-list cross-platform firebase flutter flutter-app flutter-apps flutter-demo flutter-examples flutter-ui flutter-ui-challenges flutter-widget mobile-development ui-design

flutter_firebase's Introduction

Hi,Hola,Bonjour,Namaste there .

I'am Divyam Joshi๐Ÿ‘‹

  • ๐Ÿ”ญ Iโ€™m currently working on ZuAi and GraspApp (education and media App)
  • ๐ŸŒฑ Iโ€™m currently learning sage justu ๐Ÿง™๐Ÿผโ€โ™‚๏ธ๐Ÿง™๐Ÿผโ€โ™‚
  • ๐Ÿค– Iโ€™m looking for context of the world through grasp .
  • ๐Ÿค” Iโ€™m looking for help with Grasp APP for content development
  • ๐Ÿ’ฌ Ask me about world order
  • ๐Ÿ“ซ How to reach me: [email protected]
  • ๐Ÿ˜„ You can call me: Jedi Master
  • โšก Fun fact: I am Wizard

Divyam

Connect with me:

Thanks to dribbble artist for providing awesome assets for the projects

flutter_firebase's People

Contributors

dvmjoshi 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

flutter_firebase's Issues

Errors on flutter run

Hi,

I'm trying to debug the project but are receiving some erros:

`C:\flutter.pub-cache\hosted\pub.dartlang.org\firebase_auth-0.8.4+5\android\src\main\java\io\flutter\plugins\firebaseauth\FirebaseAuthPlugin.java:9: error: cannot find symbol

import androidx.annotation.NonNull;
^
symbol: class NonNull
location: package androidx.annotation
C:\flutter.pub-cache\hosted\pub.dartlang.org\firebase_auth-0.8.4+5\android\src\main\java\io\flutter\plugins\firebaseauth\FirebaseAuthPlugin.java:10: error: cannot find symbol
import androidx.annotation.Nullable;
^
symbol: class Nullable
location: package androidx.annotation
C:\flutter.pub-cache\hosted\pub.dartlang.org\firebase_auth-0.8.4+5\android\src\main\java\io\flutter\plugins\firebaseauth\FirebaseAuthPlugin.java:754: error: cannot find symbol

private void reportException(Result result, @nullable Exception exception) {
^
symbol: class Nullable
location: class FirebaseAuthPlugin
C:\flutter.pub-cache\hosted\pub.dartlang.org\firebase_auth-0.8.4+5\android\src\main\java\io\flutter\plugins\firebaseauth\FirebaseAuthPlugin.java:658: error: cannot find symbol
public void onComplete(@nonnull Task task) {
^
symbol: class NonNull
location: class FirebaseAuthPlugin.SignInCompleteListener
C:\flutter.pub-cache\hosted\pub.dartlang.org\firebase_auth-0.8.4+5\android\src\main\java\io\flutter\plugins\firebaseauth\FirebaseAuthPlugin.java:677: error: cannot find symbol
public void onComplete(@nonnull Task task) {
^
symbol: class NonNull
location: class FirebaseAuthPlugin.TaskVoidCompleteListener
C:\flutter.pub-cache\hosted\pub.dartlang.org\firebase_auth-0.8.4+5\android\src\main\java\io\flutter\plugins\firebaseauth\FirebaseAuthPlugin.java:695: error: cannot find symbol
public void onComplete(@nonnull Task task) {
^
symbol: class NonNull
location: class FirebaseAuthPlugin.GetSignInMethodsCompleteListener
C:\flutter.pub-cache\hosted\pub.dartlang.org\firebase_auth-0.8.4+5\android\src\main\java\io\flutter\plugins\firebaseauth\FirebaseAuthPlugin.java:197: error: cannot find symbol

                  public void onComplete(@NonNull Task<AuthResult> task) {
                                          ^

symbol: class NonNull
C:\flutter.pub-cache\hosted\pub.dartlang.org\firebase_auth-0.8.4+5\android\src\main\java\io\flutter\plugins\firebaseauth\FirebaseAuthPlugin.java:540: error: cannot find symbol
public void onComplete(@nonnull Task task) {
^
symbol: class NonNull
C:\flutter.pub-cache\hosted\pub.dartlang.org\firebase_auth-0.8.4+5\android\src\main\java\io\flutter\plugins\firebaseauth\FirebaseAuthPlugin.java:607: error: cannot find symbol
public void onAuthStateChanged(@nonnull FirebaseAuth firebaseAuth) {
^
symbol: class NonNull
9 errors
FAILURE: Build failed with an exception.

  • What went wrong:
    Execution failed for task ':firebase_auth:compileDebugJavaWithJavac'.

Compilation failed; see the compiler error output for details.

  • Try:
    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

  • Get more help at https://help.gradle.org

BUILD FAILED in 3m 20s


The Gradle failure may have been because of AndroidX incompatibilities in this Flutter app.
See https://goo.gl/CP92wY for more information on the problem and how to fix it.


Gradle task assembleDebug failed with exit code 1
`

Request to Add Licence

Hello,

I am Maheshwari from team GeekyAnts. On behalf of Start Flutter, we add open source products which we find helpful to the community & also we provide credits to author itself.
Let me know if you are interested showcase your product in our open source website. If yes, then I request you to add MIT Licence in your repo.
Looking forward to hear from you.

signInWithGoogle method missing

Got this compiler error from the loginpage.dart:

lib/loginpage.dart:110:57: Error: The method 'signInWithGoogle' isn't defined for the class 'firebase_auth::FirebaseAuth'.
Try correcting the name to the name of an existing method, or defining a method named 'signInWithGoogle'.
FirebaseAuth.instance.signInWithGoogle

Changing the code on line 109:

// From
FirebaseAuth.instance.signInWithGoogle(idToken: googleuser.idToken, accessToken: googleuser.accessToken).

// To
FirebaseAuth.instance.signInWithCustomToken(token: googleuser.idToken).

Allows the app to compile, but not sure if this the desired alternative and have yet to test on a device.

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.