python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Flutter getx: Loop happen in login midelware
I am using Getx on my sample project like this:
class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return GetMaterialApp(
theme: ThemeData(
prim...
Cyrus the Great
Votes: 0
Answers: 3
The argument type 'RxInt' can't be assigned to the parameter type 'int'
I define 2 RxInt variable in controller class. But when I was calculate sum of two number then I got error: The argument type 'RxInt' can't be assigned to the parameter type 'int'. Bellow my code:
cla...
MD MEHEDI HASAN
Votes: 0
Answers: 2
Future builder return value keeps blinking
I have a screen with a container that shows the current time and under that a list view that contains list tiles with different regions and their corresponding time. I have a Future function that gets...
Rohith Nambiar
Votes: 0
Answers: 2
Show upload progress indicator on top using getx
I am working on video uploading using the flutter_uploader package. So a progress needs to be shown on the top, during video uploading. How to achieve this in flutter using getx package? Or any other ...
viki
Votes: 0
Answers: 1