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

Hi Ken, Thank you for making this. This is a not an issue but rather a question: I am building a Chat App with Flutter and FireStore. At first I...

Hi, I keep getting this error: ![image](https://user-images.githubusercontent.com/5873476/130560416-e1bc01b3-71ab-41c6-9f90-92520b99bd7a.png) I have tried to add it in the pubspec file under : ``` flutter: assets: - lang/ // And - assets/lang ``` any...

Hi Ken, just wanna thank you, this project is amazing I just wanna share my problem with this project I got this error **Exception: Gradle build failed to produce an...

Thought there was a lot of good stuff in this repo. I've been looking at this one line for a while and curious how it works. You stopped just short...

Hi Ken Any plans to apply the changes required for the latest Firebase updates? Thanks Bigtaff

Updated: Used the instructions and inserted the following in register_screen in order to patch the app so that user creation actually lead to a user record in the database. Alas...

Excellent code. How would you implement the storage service?

Why the app can't be exit when back button pressed when I at `/home` route? Why must force to close app? I see you used `WillPopScope` false

Why not use repository layer to access firestore ?

Currently cannot compile caused by deprecated support of Android embedding v1. The [link](https://github.com/flutter/flutter/wiki/Upgrading-pre-1.12-Android-projects) supplied explain quite well the changes necessary for the migration. ```bash $ flutter build apk ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Warning...