almogtovim

Results 9 comments of almogtovim

I spent so much time on this. There was no way I would believe it was possible.

Hey, What can I do if I use Linux and don't have Xcode?

You can solve it using FirestoreQueryBuilder instead of FirestoreListView. Here is my code: ` Widget build(BuildContext context) { final theme = Theme.of(context); return Scaffold( body: FirestoreQueryBuilder( query: DivesRepository.myGroupDivesStream(groupID), builder: (context,...

> I had same problem > was from having mac port librairies in the path, > so it was getting wrong sqlite3 lib > fixed it by removing mac port...

Thanks for the answer, but the issue still persists. This issue is preventing me from releasing the app.

Faced an issue where FlutterFire CLI incorrectly targeted sculab-app-dev instead of sculab-app. The problem is now resolved with the following steps: 1. Reinstalled Firebase CLI via Homebrew for a clean...

Same issue! flutter doctor -v [✓] Flutter (Channel stable, 3.10.0, on macOS 13.3.1 22E772610a darwin-arm64, locale en-IL) • Flutter version 3.10.0 on channel stable at /Users/almogtovim/Development/flutter • Upstream repository https://github.com/flutter/flutter.git...

Hey, Did you manage to figure it up?