Flutterando / triple_pattern

Segmented State Pattern for Reactive Property
MIT License
160 stars 36 forks source link

How to use HydratedMixin with @freezed? #94

Open k2s opened 2 years ago

k2s commented 2 years ago

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 ?