matejthetree
matejthetree
Excellent. How do I use this one together with mobx one you created. How do you go configuring build.yaml?
thx, ill do it later as well. On Fri, Mar 5, 2021 at 1:53 PM knaeckeKami wrote: > Yeah, this is unfortunately not that easy. > > I didn't want...
thx On Fri, Mar 5, 2021 at 8:05 PM knaeckeKami wrote: > Added an example project on how to combine multiple packages here: > https://github.com/knaeckeKami/json_serializable_immutable_collections/tree/master/combine_example > > — > You...
I am looking for the same thing. Here is a simple example that could be infered but throws on runtime ``` class IterableManager { IterableManager({required this.iterable}); final S iterable; T...