V1.7.4 is OUT: New Json editor, API switching to DIO and more!

We just released a new version 1.7.4: Including a new JSON Editor, an updated API system leveraging Dio, and more. Let’s dive into the details!

New :sparkles:

  • JSON Editor: Experience a more intuitive way to view JSON responses within the API or Firebase editor. Easily examine response details, beautify them, and copy them with just a click.

  • Mutable Objects: Introducing the Is Final switch for object parameters. Turning this off allows you to modify parameters later, enabling state storage within objects.

Enhancements :eyes:

  • Switching API to Use Dio: We’ve upgraded the generated API code to utilize the Dio package, offering a more robust and performant approach to handling HTTP requests in your app. Enjoy cleaner, more understandable code without internal packaging complexities.

  • Copy and Paste Nodes in Circuit: You can now copy and paste nodes or groups of nodes within the same graph or even transfer them to different graphs.

Fixed :adhesive_bandage:

  • Fix WebView showing “Cache Error” when releasing to Android
  • Fix Problem of API responses not being received due to dynamic parameters in the API
  • Fix the problem of wrong errors being shown in the project
  • Fix problem for onError not being called in Circuit
  • Fix problem for delete not working on files

New Learning Resources :scroll:

Check out the What’s new and Changelog on our official docs

Tell us what you think!

1 Like