DEV Community

Cover image for How to display json in Flutter ?
Stanislav Ilin
Stanislav Ilin

Posted on • Updated on

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

Top comments (3)

Collapse
 
ahliweb profile image
AhliWeb

interesting!

Collapse
 
frezyx profile image
Stanislav Ilin

Thank you for rating !

Collapse
 
polterguy profile image
Thomas Hansen

Najs one! Starred ^_^