python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Flutter: How to check if home button and power button are pressed in device
How to check if the home button or the power button are pressed in an android/ios device in Flutter App.
There is a package - https://pub.dev/packages/hardware_buttons
Now it is not compatible with Fl...
Tushar Sharma
Votes: 0
Answers: 1
Problems with flutter bloc/State Management-How to pass objects between pages?
My internship boss asked me to solve a problem which I am not being able to do so far.
I have been given an ready application. This is basically flattered attendance app.
Now let me tell you clearly w...
Habeeb E Sadeed
Votes: 0
Answers: 1
Flutter - Getx Value updates only after hot reload
Consider the following code
class HomeScreen extends StatelessWidget {
const HomeScreen({Key? key}) : super(key: key);
@override
Widget build(BuildContext context) {
return GetBuilder<Ho...
Febin Johnson
Votes: 0
Answers: 1
Flutter UI only changes if i manualy refresh the page
I have two forms in a tab bar. I'm using Getx for state management. All fields in those forms listen to a .obs variable. The forms fields are updating to the variable changes. How ever one field only ...
Febin Johnson
Votes: 0
Answers: 1