Javier Lecuona
Javier Lecuona
Wow...I'm really sorry for this awfully late reply...like 1.5 years late. Implementing nested lists is really hard. I would like to support this feature but the problem is that it...
Thanks so much for your contribution. I will leave this PR open for anyone interested in seeing these suggested lint rules. But honestly, I did this project to solve a...
After making extensive use of `flutter_redux` lately, I understand the value of such implementation. It is not hard to implement this, but it is not trivial either in the current...
There are two bugs here. The first bug is harmless, but generates redundant code. The second bug is much more important, it is failing to parse an array of array.
I was not able to completely fix this bug without creating a mess. A refactor is needed to this library in order to fully support this `"count": [ [ 2...
Thanks for your suggestion. The library relies on `dart_style` for all the formatting. I'm surprised that `dart_style` does not add the trailing comma. The using `dart_style` is something mentioned in...
Thanks for reporting. You are right, this is an issue. I know this is a disappointing answer but you are almost there with parsing this structure by writing the class...
Hi, thanks for your report. Can you share an example of the json that is triggering the fail? It will be easier for me to check what is failing and...
Let me see if I am understanding correctly. Currently you are generating your dart classes using this tool with this sample json: ```json { "strProp": "server sends a string here"...
Actually the library supports this but the frontend does not. I thought about providing `hint` to the generator and force it to choose a type even though it was not...