letsintegreat / Tagify

1 stars 12 forks source link

Fix overflow error on the Add Tags screen #13

Closed mauryakshitij closed 1 year ago

mauryakshitij commented 1 year ago

WhatsApp Image 2022-12-05 at 14 30 50

The keyboard popup causes an overflow error on the bottom of the screen

kiarash-nazari commented 1 year ago

you have to wrap your main widget by SingleChildeScrollViwe. in your code is a container after body:

chandansgowda commented 1 year ago

Hey @letsintegreat , Shall I take this up ?

letsintegreat commented 1 year ago

@chandansgowda Sure, assigning it to you!

chandansgowda commented 1 year ago

Hey @letsintegreat I'm getting this error when I'm trying to signin using my account. Can you please help me with it ?

I/FA (13180): Tag Manager is not found and thus will not be used E/FA (13180): Missing google_app_id. Firebase Analytics disabled. See https://goo.gl/NAOOOI E/FA (13180): Missing google_app_id. Firebase Analytics disabled. See https://goo.gl/NAOOOI E/FA (13180): Missing google_app_id. Firebase Analytics disabled. See https://goo.gl/NAOOOI E/flutter (13180): [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: PlatformException(sign_in_failed, com.google.android.gms.common.api.ApiException: 12500: , null, null) E/flutter (13180): #0 StandardMethodCodec.decodeEnvelope (package:flutter/src/services/message_codecs.dart:653:7) E/flutter (13180): #1 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:296:18) E/flutter (13180): E/flutter (13180): #2 MethodChannel.invokeMapMethod (package:flutter/src/services/platform_channel.dart:499:43) E/flutter (13180): E/flutter (13180): #3 GoogleSignIn._callMethod (package:google_sign_in/google_sign_in.dart:273:30) E/flutter (13180): E/flutter (13180): #4 GoogleSignIn.signIn.isCanceled (package:google_sign_in/google_sign_in.dart:407:5) E/flutter (13180): E/flutter (13180):

letsintegreat commented 1 year ago

@chandansgowda While enabling Google Sign In in Firebase Console, it asks you to add an SHA1 fingerprint in your project settings. I think not adding an SHA1 fingerprint is the cause of this error.

Here is how you can add it. There are multiple answers in this link, choose the one which works for you.

chandansgowda commented 1 year ago

Hey @letsintegreat I digged deep and found that I had forgot to enable google signin itself on firebase. I'm working on the issue now. Thanks