Hey Nowa builders, we just released a new version V1.7.5 You can now turn JSON into MODELS with a click using our new model generator.
New
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
Read more on how to use JSON to model generator on our docs here
Fixes
- 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
- Build the UI of a workout tracker App
- Firestore full integration tutorial
- A full playlist for building a ToDo app with Firebase Email Auth and Firestore
We love to hear from you if you have any feedback or notes, please share it with us!
Let’s go build somthing big