DEV Community

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

Posted on • Edited on

60 19

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

Sentry blog image

The Visual Studio App Center’s retiring

But sadly….you’re not. See how to make the switch to Sentry for all your crash reporting needs.

Read more

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 ^_^

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay