OutdatedGuy
OutdatedGuy
> Hi how can you remove an item from the list?, currently i use Slidable (https://pub.dev/packages/flutter_slidable) , i remove from firebase the document but it doesnt remove from list view...
> Set State doesn't work on the Paginate firestore. Lets say i have a query of a collection called categories and inside it, a document called "utensils" and a nother...
> Facing same issue at work after updating to Ventura Public Stable and Xcode 14. Same. In my case, Firebase phone auth was working fine on iOS simulator from production...
Same here. Only `GoogleService-Info.plist` doesn't gets updated.
Yo everyone 🤟🏼 I am try to implement support for gif images in splash screen for the `web` platform in the PR #547 Can you guys try testing it out...
Well, when a flutter project is created, the `package name` is used for `name` and `short name` properties in the manifest.json file. So if we take name from manifest file,...
> IMO, If you want to read the name from another file, then you need to implement that on your side. How to do that? > The web implementation of...
Yo @mhadaily, true that `manifest` is not the standard file, but we still can do this: 1. Check if `manifest` file is present, if it is, then use data from...
Ok, but it's very annoying that it changes the content without actually having any difference in the **upload symbols script**. If you re-write the script each time, can you first...
Yo @KarthiDreamr, nice PR. Can you also change _5_ more occurrences of `flutter pub run` to `dart run` in the repo. In the following files: - **bin/main.dart** - **bin/generate.dart** -...