Arnas

Results 28 comments of Arnas

@2shrestha22 You can use this extension for check status ```dart extension FormzStatusExtension on FormzStatus { bool get isPure => this == FormzStatus.pure; bool get isValid => this == FormzStatus.valid; bool...

@madatr Hi 👋 and thank you for your very detailed report. By working with multiple JSON in one file you need to be careful. I see some bad practice. Given...

@madatr I will look at this when I will find a time. For now you can generate without `r@` and add manually `required` keyword.

@globalwebforce Hi. I have tried to fix it a long time ago. But problem is that TypeScript calculate 0.0 as 0 becouse in reality is 0 for both double and...

@alraj-dev Hi 👋 You should ask Android Studio developers if they can add functions like that to theys extension, or maybe one day someone will remake this extension for Android...

>I'm currently working on a medium-sized project and my models.jsonc file is already getting pretty long. I understand 😄 I personally comment every class and use hotkeys to fold everything....

> @iamarnas that would be very useful, but only if I don't have to delete all the previously generated models first. @Prn-Ice It would not override generated models it would...

@Prn-Ice It would add only new object from the `jsonc` file. You get warning only when dublicates found. Looks like be changing path to the every `json` object not work...

@heshesh2010 Hi 👋 This generator do not merge all classes to the one file due to duplicates classes (no support). And even with very big nested JSON file with duplicate...

@Miamoto-Musashi Hi. Can you give me more details about open API schema? And what is different between JSON schedule support. Quicktype I see support the JSON schema.