Code Monkey home page Code Monkey logo

devtoolbox's Introduction

DevTools

Online utilities for formatting, encoding/decoding etc are dangerous to use (many of them steal secrets from your data) and are in fact prohibited at many workplaces. This offline desktop app is a collection of many such utilities:

  • Base64 Encoding/Decoding
  • JSON Formatting / Validating / Extracting
  • JSON <-> YAML Conversion
  • QR Image <-> Text Conversion
  • JWT Inspection
  • More coming soon

This app is written in Flutter and therefore, works on MacOS, Linux, Windows and even Web if your org would like to host it internally as a webapp. But do not expect this to work on Android and iOS.

Make sure to read the LICENSE and the CLA.

How to build:

MacOS:

  1. ensure your flutter base is up-to-date : devtools requires SDK version >=2.15.1 <3.0.0, version solving failed.

flutter update

  1. ensure desktop building is enabled otherwise you will get an error "build macos" is not currently supported. To enable, run "flutter config --enable-macos-desktop".

flutter config --enable-macos-desktop

  1. Build the app using flutter build macos --release this will generate the .app file in build/macos/Build/Products/Release/devtools.app.

Convert the app to DMG using create-dmg tool 4. ensure the create-dmg tool is installed brew install create-dmg

  1. Create a DMG file test -f DevTools.dmg && rm DevTools.dmg && create-dmg --app-drop-link 400 100 --icon-size 50 --window-size 600 400 --window-pos 400 400 DevTools.dmg build/macos/Build/Products/Release/devtools.app

Windows:

  1. ensure your flutter base is up-to-date : devtools requires SDK version >=2.15.1 <3.0.0, version solving failed.

flutter update

  1. ensure desktop building is enabled otherwise you will get an error "build windows" is not currently supported. To enable, run "flutter config --enable-windows-desktop".

flutter config --enable-windows-desktop

  1. Build the app using flutter build windows --release this will generate the .exe file in \build\windows\runner\Release\devtoolbox.exe.

We use macos_ui. You can find examples of all their widgets here.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.