triple_pattern icon indicating copy to clipboard operation
triple_pattern copied to clipboard

Segmented State Pattern for Reactive Property

Results 11 triple_pattern issues
Sort by recently updated
recently updated
newest added

**Describe the bug** I have setup the store.observer to monitor loading state change and showing an overlay with circular progress indicator when isLoading=true and remove the overlay when isLoading=false. In...

**Describe the bug** When developing and hot reloading the app changes inside the `TripleBuilder` does not change (the builder function is not called) until a state change (update, setLoading, setError)...

**Describe the bug** Run the "search" app in "examples" directory Type a search, the page stuck with the loading indicator, however the api return data as waited **Environment** [√] Flutter...

**Pequena Correção nos Docs** Na seção "Consume with Listeners, Builders and Consumers", da aba "Getting Started". https://api.flutter.dev/flutter/material/TextTheme-class.html Acho que o equivalente agora deveria ser ".headlineLarge" ou ".displayLarge". Segundo a documentação...

I ran into a situation: let's say one service depends on a number of stores, or one store depends on another (stores with mixin `HydratedMixin`). In this regard, questions (I...

question

## About the tests with the triple pattern, I have some doubts. Following the doc and what is presented in the repository, I noticed that it is possible to carry...

question

Documentation https://triple.flutterando.com.br/docs/getting-started/Mixins/#hydratedmixin shows `toJson`/`fromJson`, but the `Serializable` interface defines `toMap`/`fromMap`. Could you please add example how to use `@freezed` with `CounterState` that also implements `Serializable` ?

question

Hello, thank you for the package. I have a doubt about behavior of the store.observer, why is it accumulating the results? The first time I call the method, it returns...

question

**To Reproduce** ... **Screenshots** ![image](https://user-images.githubusercontent.com/41203980/178604507-93f9a590-2261-49b3-8746-71d1215eb281.png)

bug

**Project Name** triple **Is your feature request related to a problem? Please describe.** Suggestion for assigning a message when the state changes. With this, it is possible to simply display...