1.7.5 is OUT: Generate models from a single JSON file

Hey Nowa builders, we just released a new version V1.7.5 :fire: You can now turn JSON into MODELS with a click using our new model generator.

New :sparkles:

:sparkles: Creating MODELS out of JSON: No need to spend time creating many objects to model the data in your app. From a single JSON and one click, you can create all the necessary models for your app!

Simply head to the files panel, click on + next to lib and choose New model from JSON. Paste your JSON string and Nowa will create all the objects needed to model that JSON.

Not only does it create the main models, but it also automatically generates submodels for any nested structures in your JSON. Give a name for the root model and a path, and it will be stored there for you to use it or modify it later :wink:

Read more on how to use JSON to model generator on our docs here

Fixes :adhesive_bandage:

  • Fixing a problem when connecting Firebase data to the Listview
  • Fix some errors appear before loading the full project
  • Fix some problems in the previewer not having it’s state updated correctly
  • Fix a problem for PushAndRemoveUntil to make it remove all the routes in the stack
  • Fix a problem for the + node not being able to connect
  • Fix a problem in the List view horizontal spacing

New learning resources :books:

We love to hear from you :eyes: if you have any feedback or notes, please share it with us!

Let’s go build somthing big :fire:

2 Likes