Kilian Schulte
Kilian Schulte
There is a big technical challenge connected to this, since the browser playground right now can only run client-side examples. Anything touching the server (server-side rendering, syncing) or requiring code-gen...
Not multiple constructors, but you can do polymorphism like this: https://pub.dev/documentation/dart_mappable/latest/topics/Polymorphism-topic.html
I will keep it open as a feature request, but with low priority.
Hi, thanks for the sponsorship to both of you! This seems like a pretty straightforward thing to add. I'm currently on vacation and could only work on it when I'm...
There are some decisions I would do otherwise now, but I simply don't want to make a breaking change now. DateTime encoding is one of them. When I make a...
As a workaround, you can put `DateTimeMapper.encodingMode = DateTimeEncoding.iso8601String` in your `main()`.
What version of type_plus are you using? Did you modify the package in any way? I wonder where the first lines of print outs come from.
Can you run it with the `--enable-asserts` flag? That should give a more descriptive error.
True that only exists for `dart run`, not flutter. Ok other try, can you send me the full ReduxState and Player classes as well as their generated code pls. I...
I don't plan this anytime soon, but feel free to open a PR.