codewithandrea_flutter_packages
codewithandrea_flutter_packages copied to clipboard
A collection of packages created to increase code reuse across many of my Flutter projects.
When you get to the registration page, the correct form appears, but if you click inside the text inputs then you get bumped back to the sign in page.
create a random doc given (sub)collection path
firebase automatically sign in after creating new user because it depends on authstatechangesprovider, my problem is : i wanna know how to return to sign in page again so user...
[PR made](https://github.com/bizz84/codewithandrea_flutter_packages/pull/13)
Currently the EmailPasswordSignInPage uses a FormSubmitButton for the Sign In button UI. However, this does not accept a custom color or a context (in order to use the theme primary...
showDialog( context: navigatorKey.currentContext, is possible change the screen
**I get this error in console:** > D/skia (11364): Shader compilation error D/skia (11364): ------------------------ D/skia (11364): 1 #version 300 es D/skia (11364): 2 D/skia (11364): 3 #extension GL_EXT_shader_framebuffer_fetch :...
StreamBuilder( stream: authService.onAuthStateChanged, not work for update displayName and Email on stream HELP