Skip to content

bgrgv/jsonPretty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Follow

jsonPretty

Flutter-Web application for JSON formatting

Requirements :

  • Flutter

  • Chrome for hot restart on web

  • Flutter Web is still in beta and isn't production ready yet.

  • Guide to set up Flutter for web :

    Make sure that you have Flutter v1.12 or above Run the follwing commands to enable Flutter web support :

  • 1.flutter channel beta

  • 2.flutter upgrade

  • 3.flutter config --enable-web

To run locally:

  • For development :
    • Clone this repo
    • Inside the repo, run flutter run -d chrome
  • For running the build :
    • Extract th build.zip file from repo
    • Serve files using any local server

Notes

  • Opening web link(s) [ in /lib/screens/views.dart line:38] is currently implemented using dart:html which is a web only implementation. Use url_launcher to implement the same for other platforms.

About

A simple Flutter app to pretty print JSON

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published