javiercbk / json_to_dart

Library that generates dart classes from json strings
https://javiercbk.github.io/json_to_dart/
The Unlicense
1.33k stars 371 forks source link

New null safety does not let fromJson method to work #69

Closed tanmoy27112000 closed 2 years ago

tanmoy27112000 commented 3 years ago

The issue shown: Non-nullable instance field 'menu' must be initialized. Try adding an initializer expression, or add a field initializer in this constructor, or mark it 'late'.dart

tanmoy27112000 commented 3 years ago

TO FIX it you have to initialize all the variables

dingjianjaja commented 3 years ago

use this https://dingjianjaja.github.io

javiercbk commented 2 years ago

It is illegal to promote your stuff here...but I'm a good guy, so I'll leave it here anyways :)

javiercbk commented 2 years ago

Also, It's done...I've implemented this feature