triple_pattern
triple_pattern copied to clipboard
Segmented State Pattern for Reactive Property
**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...
## 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...
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` ?
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...
**To Reproduce** ... **Screenshots** 
**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...