DevWidgets is a Flutter application with several tools such as generators, formatters and converters for developers.
It's directly inspired by DevToys.
Clicking here you can try it directly from your browser 🌐!
You can download a nightly build for Linux from the latest commit from here.
- Clone the repo from GitHub
git clone https://github.com/gumbarros/DevWidgets
- Install Flutter
- Restore the dependencies
flutter pub get
- Build for your OS
# Windows
flutter build windows --release
# Mac
flutter build macos --release
# Linux
flutter build linux --release
Check CONTRIBUTING.MD.