DevToys Flutter
This is a W.I.P Flutter port of DevToys for Windows.
Click here to try it from your browser ?!
Getting Started
Building from source
- Clone the repo from GitHub
git clone https://github.com/gumbarros/DevToysFlutter
- Install Flutter
- Restore the dependencies and build the project
flutter pub get
flutter run
Motivation
I really loved the idea of the original DevToys, but I was upset that it only runs on Windows. I created this project with the aim of just being a port for Linux, but since it was written in Flutter, I think it’s strange to keep it only for that platform.
Comments are closed.