json_to_dart icon indicating copy to clipboard operation
json_to_dart copied to clipboard

Making it null safe (Flutter v2 friendly)

Open alizera opened this issue 4 years ago • 9 comments

Hi and thanks for your awesome work that saves us many hours, Is there any planned feature that helps us to mark fields nullable or non-null?

alizera avatar Mar 05 '21 14:03 alizera

Making it null safe :)

GrapevineLin avatar Mar 16 '21 02:03 GrapevineLin

This library have been the saviour for my API, but since Flutter 2 is launched, I am waiting for this tool to generate null-safe code

mrhammadasif avatar Mar 25 '21 12:03 mrhammadasif

I think there is someone who has added this feature into their fork....

alizera avatar Mar 26 '21 17:03 alizera

This library have been the saviour for my API, but since Flutter 2 is launched, I am waiting for this tool to generate null-safe code

I try to build a json-to-dart-null-safety if you want you can try it https://autocode.icu/jsontodart

KuuBee avatar Apr 01 '21 05:04 KuuBee

This library have been the saviour for my API, but since Flutter 2 is launched, I am waiting for this tool to generate null-safe code

I try to build a json-to-dart-null-safety if you want you can try it https://autocode.icu/jsontodart

awsome!!!

GrapevineLin avatar Apr 01 '21 05:04 GrapevineLin

This library have been the saviour for my API, but since Flutter 2 is launched, I am waiting for this tool to generate null-safe code

I try to build a json-to-dart-null-safety if you want you can try it https://autocode.icu/jsontodart

awsome!!!

emmm,I found better one :sob: https://fluttercandies.github.io/JsonToDart/#/

KuuBee avatar Apr 01 '21 07:04 KuuBee

please add null safe option @javiercbk

swarupbc avatar May 20 '21 09:05 swarupbc

Check out my CLI tool -> https://github.com/pacifio/json2dart Supports null safety

pacifio avatar Aug 05 '21 16:08 pacifio

https://dingjianjaja.github.io

dingjianjaja avatar Sep 10 '21 03:09 dingjianjaja