The Wayback Machine - https://web.archive.org/web/20220313210246/https://github.com/topics/state-management
Skip to content
#

state-management

Here are 2,190 public repositories matching this topic...

dapr
bloc
wujek-srujek
wujek-srujek commented Mar 1, 2022

Returning to Flutter dev after a hiatus and I'm trying to write a widget test for a widget that uses a cubit. For this I use a mock generated with mockito (for nullsafety) and try to stub it using whenListen from bloc_test 8.1.x, and it fails (e.g. it says that .state stubbing is missing). I took a peek into the implementation of this function and it uses mocktail internally.

Question: I

platform
effector
eddiepaz
eddiepaz commented Jan 27, 2022

Are there any plans to support Ivy in the near future? When compiling:

Angular 13.1.3
@ngxs/store: 3.7.3

We get the message "Processing legacy "View Engine" libraries:

rgazelot
rgazelot commented Jan 6, 2021

Hello, I'm trying to type my application which is using redux-orm. I came across an issue with the new createSelector API. My code is as simple as:

import { createSelector } from 'redux-orm'
import orm from 'features/regulation/orm'

export const selectTest = createSelector(orm.Policy)

The error I get is that

Expected 2-9 arguments, but got 1.ts(2554)
redux.d.ts(87, 
river_pod
yelliver
yelliver commented Dec 30, 2021

Describe what scenario you think is uncovered by the existing examples/articles
When clicking on an item, that TodoItem widget is rebuilt 2 times in a row

Describe why existing examples/articles do not cover this case
Line 263 of main.dart:

child: ListTile(
  onTap: () {
    itemFocusNode.requestFocus();        //this makes the widget rebuilt 1st time
    textFieldFocusNode.r
drewg233
drewg233 commented Apr 25, 2018

I have a very big app and do not want to make a placeholder for each screen I would like to provide context to about what is loading. (And also do not want a general 'loading' message). Is there currently a way to change the title/subtitle easily for each ViewController, from the ViewController itself?

Improve this page

Add a description, image, and links to the state-management topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the state-management topic, visit your repo's landing page and select "manage topics."

Learn more