create_flutter_provider_app icon indicating copy to clipboard operation
create_flutter_provider_app copied to clipboard

A boilerplate project created in Flutter using Provider and Firebase.

Results 17 create_flutter_provider_app issues
Sort by recently updated
recently updated
newest added

It seems that the 'userSnapshot.hasData' function is always returning true and the 'SignIn' screen is not called on line 80 of the 'my_app.dart' file. I'm new with flutter, I'm still...

I wanted to test out this project but upon trying to run flutter pub get I receive a long list of dependency issues related to firebase_auth_web. I tried adding the...

FIX: * V2 embedding * Changing venturearkstudio for example * Adapting to new firebase * Migration to new items: Textbutton, Textheme, ElevatedButton, snackbar * Disabling individual Theme elements by leaving...

Hi, In this architecture if we wanted to have global parameters for a specific user, stored in firebase, how would you do it? Make another widget / stream + provider...