python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Error while trying to debug flutter app on physical android phone
I'm getting this error when I try to debug my flutter application on my android physical device .
This is my debug console output :
Launching lib\main.dart on SM A515F in debug mode...
FAILURE: B...
KarimHachicha
Votes: 0
Answers: 1
create a pie chart from api response
I want to create a pie chart using the API response, but it doesn't work
here's how I get the data:
Future getPie() async{
final response = await http.get(Uri.parse("url"));
final js = ...
Salim Dziri
Votes: 0
Answers: 1
keep screen active with Flutter
There is a part of my app, where the user will go to a text screen, and while the user is on that page, I want the device screen not to turn off, but to keep it on, and if the user leaves this page, t...
Nata Cordeiro
Votes: 0
Answers: 1
Connect to Enterprise WPA2 wifi on Android 10+
I'm trying to create a enterprise WPA2 connection on Flutter with Kotlin native code. I'm using the WifiSuggestion API as I want that the wifi keeps the connection even after the app closes. Here's th...
Ronald M.
Votes: 0
Answers: 1