rutaba1
rutaba1
## Bug report **Describe the bug** I am using flutter fire on my flutter web app and flutterfire_ui plugin for auth. I'm initialising the firebase dependencies in index.html file like...
## Bug report Im trying to build my flutter web app. These are the dependencies I'm using: ``` firebase_auth: 3.4.1 firebase_auth_platform_interface: 6.3.1 firebase_core: 1.19.1 firebase_core_web: 1.6.6 ``` But the build...
Hi, I am using this plugin on Flutter web. I am using `agora_rtc_engine: ^4.1.0-alpha.2` and I also have `AgoraRtcWrapper.bundle.js` file in script tag. When I initialise SDK I get this...
Hi, I want to add some padding around the date in the header because right now the it is truncating but I'm not sure how can I do that.
Hi. I am trying to implement navigation on web and for some reason when I use VxNavigator.of(context).clearAndPush method it doesn't remove all the pages and when I press the back...
Hi, In my web app I have a page that is accessible via multiple paths, say `/jobs/batch_assign/candidates` , `/jobs/candidates` and `/schedule/candidates` Im not sure how to handle this without defining...
Hi, in callbacks section there is an onDialogShown callback I need onDialogClosed callback to detect when any dialog closed is this supported at the moment? If not, can you guide...
Hi, I have recently updated to flutter 3.3.2 and I'm using `flutter_foreground_task: 3.9.0`. As soon as foreground service starts my app is crashing. It's only happening in the release build...
Hi! I'm facing this issue when I execute app on iOS Multiple commands produce '/Users/rutaba/Desktop/fielder_shadman/fielder-mobile-app/build/ios/Debug-dev-iphonesimulator/Fielder.app/GoogleService-Info.plist Can you help me out on how to solve this one?
Hi, recently I upgraded to flutter 2.10.0 and before that typeahead was working fine on Safari. But now I can not type text in the TypeAheadFormField.