Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gumbarros/devwidgets

DevWidgets is a Flutter application with several tools such as generators, formatters and converters for developers. It's directly inspired by DevToys.
https://github.com/gumbarros/devwidgets

brasil cnpj code-generation cpf dart developer developer-tools flutter flutter-apps json linux markdown sql web yaml

Last synced: about 3 hours ago
JSON representation

DevWidgets is a Flutter application with several tools such as generators, formatters and converters for developers. It's directly inspired by DevToys.

Awesome Lists containing this project

README

        




DevWidgets



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 🌐!




ResponsiveFramework


Download

---

## Getting Started

### Download from Releases

You can download a nightly build for Linux from the latest commit
from [here](https://github.com/gumbarros/DevWidgets/releases).

### Building from source

1. Clone the repo from GitHub

```bash
git clone https://github.com/gumbarros/DevWidgets
```

2. Install [Flutter](https://docs.flutter.dev/get-started/)
3. Restore the dependencies

```bash
flutter pub get
```
4. Build for your OS
```bash
# Windows
flutter build windows --release
# Mac
flutter build macos --release
# Linux
flutter build linux --release
```
---

## Contributing

Check [CONTRIBUTING.MD](https://github.com/gumbarros/DevWidgets/blob/main/CONTRIBUTING.md).

---

## Special Thanks

### Code contributors