Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/gumbarros/devwidgets
- Owner: gumbarros
- License: mit
- Created: 2022-09-07T18:54:16.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-11T16:14:07.000Z (10 months ago)
- Last Synced: 2024-01-12T01:12:33.331Z (10 months ago)
- Topics: brasil, cnpj, code-generation, cpf, dart, developer, developer-tools, flutter, flutter-apps, json, linux, markdown, sql, web, yaml
- Language: Dart
- Homepage: https://gumbarros.github.io/DevWidgets
- Size: 59.1 MB
- Stars: 143
- Watchers: 4
- Forks: 11
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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 🌐!
---
## 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