Questions tagged [state-management]

1074 questions
-2
votes
1 answer

Is possible to use GetX and Provider in one project?

I want create a project with two State Management Getx and Provider, my reason is, as a beginner I easy to use Provider to manage my fetch data and show it, while I use GetX to remove a lot of boiler-plate(ex. navigate, size of widget etc), so while…
-2
votes
6 answers

How to choose a state management solution in flutter?

As a beginner, how do I choose which state management to use in flutter? Which one do I learn first? What are the main considerations and trade-offs?
-2
votes
1 answer

Is this a good state management option for a backend database/repository to state class?

Custom backend state management question. I think this is a little subjective but I do want an objective side to this such as, why coud this be bad, or good and can this be simpler and better than any other state management option such as riverpod,…
RobbB
  • 1,214
  • 11
  • 39
-2
votes
1 answer

what is recommend for react-js state management

i am new to react-js and i saw some ways for react state management, such as redux hook and classbase component state i was wondering which way is best way to do that, in some languages i've seen that some statemangement has som bug or makes the app…
thomas.s
  • 308
  • 1
  • 3
  • 14
-4
votes
2 answers

Best State Management Technique in Flutter?

As there are many techs to achieve SM in Flutter.... Which will be best as a intermediate while developing a real world app??
Samama
  • 11
  • 4
-4
votes
2 answers

Singleton state is not accessible due to context is NULL

We are facing issue with Android application.There is one class named SingleTon which Extends Application and we are using it for State manager.when Application running in background and if I open push notification I am not able to access the…
Csharp
  • 177
  • 4
  • 15
-5
votes
1 answer

Flutter - Is there any way to change variable value without using setState() or notifyListeners()

I want to ask if there is any other way than using SetState() or notifyListener() to change the value of bool. Because using setState() or notifyListener() crashes app for some seconds. actually i m using NotificationListener to change the value of…
Usman Hafeez
  • 57
  • 1
  • 7
1 2 3
71
72