Goody day, When building to android I have no issues with using the flavors. This is not the case for iOS, I receive the following error: Finished with error
I have a flutter application where my task is to log user events using facebook app events. I have added the following package to my pubspec.yaml: facebook_app_
I am trying to create a uniform drawer that is accessible across all pages in my app. How do I make it persist throughout all these pages without having to recr
I am developing an application in Flutter and during development, I encountered this anomaly. On Firebase Realtime Database I have a simple trigger for testing
I am trying to try a sample project in Flutter integration email and google based login, and planning to use firebase initialisation for doing it while I have f
I am new to flutter and have taken this course which uses an older version of FirebaseAuth that returns FirebaseAuth.instance.currentUser() as future to Future
I'm developing a flutter application on Mac, the app runs ok on ios when I try to run it on an Android device, it pops out: FAILURE: Build failed with an except
The most similar question I could find was 'how to create a row of scrollable text boxes or widgets in flutter inside a ListView?', however their solution was j
I am new to flutter and have taken this course which uses an older version of FirebaseAuth that returns FirebaseAuth.instance.currentUser() as future to Future
How to convert the time to am/pm ? I have this output I/flutter (17720): 9:00:00 I/flutter (17720): 11:00:00 I/flutter (17720): 12:00:00 This is what I have
On some browsers there exists the the property serial on the window.navigator object. I can see it on chrome but not on safari. How can I access that object via
I want to add Firebase App Check service to my Flutter app. I found this tutorial: https://firebase.flutter.dev/docs/app-check/usage, I have been able to comple
Process 'command 'C:\flutter\bin\flutter.bat'' finished with non-zero exit value 1 I have this problem on Android Studio. Does anybody know how to fix th
Android build failing with following exception. Plugin: scan [https://pub.dev/packages/scan] FAILURE: Build failed with an exception. What went wrong: Executio
Generate random colors return new RaisedButton( padding: EdgeInsets.symmetric(vertical: 30.0), color: Colors.primaries random List <blue,gr
I am building a mobile app with Flutter. I need to fetch a json file from server which includes Japanese text. A part of the returned json is: { "id": "
This problem has already been pointed out by others (like here). Althought I may have understood the cause, I still haven't found a solution when using the high
I am coding an appointment booking application I want to store my own created document in firestore database but in chronological order. So that I can see my la
We need close one screen and open a second screen. And show snackbar on the second screen from first screen. I tried to use Navigator.push, but this screen is a
I'm new in using Lint and I'm getting a blue underline on my UserModel variables with a message of Don't override fields and Annotate overridden members. I'm ha