I am trying to use the flutter audioplayers package to play audio files and am getting this error. While following an online flutter tutorial I had this exact c
I am trying to change from normal to satellite when pressing a button as shown below, but i get an error that setMapType does not exist. mapController.setMapTyp
Currently working on a little app that allows users to view a database stored on Heroku, however I am running into the aforementioned issue when using the datab
I am working on a flutter app. I recently shifted to macOS and since then haven't been able to run the app. Other apps are running fine so I think the error is
I am learning about TDD and practicing my test writing. I want to write a test for my login through Firebase. here is the test file: import 'package:firebase/fi
In file included from /Users/shaifdihan/development/flutter/.pub-cache/hosted/pub.dartlang.org/webview_flutter_wkwebview-2.7.1/ios/Classes/JavaScriptChanne
am using the flutter webview plugin. the problem is that there is a WhatsApp pop-up from the webpage and if I click on the WhatsApp icon from the webpage it dis
I use flutter_native_splash: ^2.1.2+1. I wanted to set white background color, but I set a different color. I called flutter pub run flutter_native_splash:creat
Unable to locate a development device; please run 'flutter doctor' for information about installing additional components. In android studio, while running my
I'm a novice at this. I have been making POST requests from my flutter app to Django-Rest user and getting a null response on vendor name as copy pasted below.
I'm following the Flutter Networking/HTTP tutorial to do a GET request to a server running on my localhost:8000. Visiting my localhost via my browser works fine
I want to create a scrollable content which include: A header widget that includes several child widgets - which it's height is unknown A list of rows widgets
I want streaming a Live TV channel. That's why I used flutter_vlc_player 3.0.3. When I click the button to starting live TV channel, sometimes it takes a long t
By default ToolbarOptions contains copy, cut, paste, selectAll options. Can we add a custom action? For example, an action which will keep the selected text and
I used to be able to run all my Flutter unit tests from the Android Studio GUI by right clicking on the tests directory and clicking on "Run 'tests in my_app'".
I am currently working on a photo scanner app in flutter and searching for a way to convert images to pdf. It would be great if anyone helps me
I have an API response and parsed it using ProductsModel and I am trying to save it to my local storage using Hive and I have different model called LocalProduc
I'm building a simple listView in Flutter where the "cells" are simple Cards with a set margin. When dismissing these cards, the "margin" covers the dismissible
I'm stuck with this problem, If I try to call: Location location = Location(); LocationData data = await location.getLocation(); The future does never return a
I've developed application with in app purchase functionality. And for that i used in_app_purchase package. In previous version i'm getting past purchases. but