How to display json in Flutter ?

frezyx

Stanislav Ilin

Posted on February 6, 2022

How to display json in Flutter ?

Often, when we developing applications using APIs, we work with json models. You have to look at the objects in the debugger, print them to the console, e.t.c.
I’ve done this a lot and I’m tired of it!
Therefore, I want to introduce you the flutter_json_view package.

  • Now this package can work through 2 constructors for json strings and files.

  • The package has the ability to customize individual types of fields and the all UI.

  • The package does not depend on other packages. This makes him lightweight and independent.

Image description Image description

Github link:
I will be happy if you support the project and put a star
https://github.com/Frezyx/flutter_json_view

💖 💪 🙅 🚩
frezyx
Stanislav Ilin

Posted on February 6, 2022

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related