Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
1 vote
2 answers
125 views

I recently upgraded to flutter v3.38.2 from v3.29.2 and found an issue that Get.back() & get.closeAllSnackbars() throwing some LateInitializer error for Controllers. Facing this issue post upgrade ...
-1 votes
1 answer
162 views

Get.snackbar( easy.tr("missing_information"), easy.tr("enter_email_password"), backgroundColor: AppColors.redColor, colorText: AppColors.whitetextColor, snackPosition: ...
0 votes
1 answer
74 views

This code shows the issue of re-renders caused when a TextField gets focussed (or when keyboard pops up) only in flutter web when opened on mobile. If I remove screenutil I can delete the ...
0 votes
0 answers
70 views

since last night I’ve been having the problem that my Flutter project can no longer be built because I’m getting compile errors in IntelliJ. My code looks as follows class GuestBookingDetailController ...
0 votes
0 answers
87 views

I’m building a Flutter application where I need to fetch data from a paginated REST API and display it in a ListView.builder with infinite scrolling. I’m using GetX for state management and controller ...
1 vote
2 answers
112 views

I have added Obx() for updating my UI as per with the variables.obs. It did not work so after that I added variables.refresh() and update() for updating the onChanged() function. Still my UI is not ...
1 vote
1 answer
66 views

I'm building a flutter application using getx framework, where it will show a list of meeting rooms with image, title, amenities and credits when i run in my iphone under debug version, i'm able to ...
2 votes
1 answer
207 views

I'm building a Flutter app using GetX for navigation and the app_links package for deep linking. The deep links work perfectly on Android, but on iOS, the same screen is pushed twice when opening a ...
1 vote
1 answer
703 views

I'm currently building a Flutter application and planning to use the GetX package for: State management Routing Dependency injection I would also like to follow the MVC (Model-View-Controller) ...
0 votes
1 answer
51 views

I have two grids of 16*16 displayed on my Page (I say this because GridView.builder helps when the grid items are not displayed). the logic I want is whenever I tap a cell in the grid it paints with a ...
0 votes
0 answers
31 views

I am working on a Flutter project using GetX for state management, and we have a booking module that includes listing, creation, editing, updating, and deleting features. For this module, we have ...
-1 votes
1 answer
68 views

So i have these 3 fields in my finance app named amount,rate and total. I use controllers to fetch the values. Usually the rate given by the user. I wanted the amount field to change dynamically given ...
0 votes
2 answers
65 views

Below I have a very simple GetX project that should basically load some data on button press asynchronously. However, I would like the button to change from 'PRESS ME' to 'LOADING' whilst the data is ...
3 votes
1 answer
719 views

I'm encountering a persistent UI corruption issue specifically on Samsung phones. My Flutter app displays correctly on iPhones and other Android devices, but on Samsung devices, the UI exhibits ...
1 vote
1 answer
145 views

I am using multiple GetX controllers in my Flutter app, and I’ve noticed that when I navigate to a different screen that uses a different GetxController, the data in the previous controller seems to ...

15 30 50 per page
1
2 3 4 5
...
108

AltStyle によって変換されたページ (->オリジナル) /