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

https://github.com/mdddj/dd_flutter_idea_plugin

flutter idea&AS dev plugin
https://github.com/mdddj/dd_flutter_idea_plugin

development dio flutter flutter-l10n plugin tools

Last synced: 29 days ago
JSON representation

flutter idea&AS dev plugin

Awesome Lists containing this project

README

          


FlutterX


Ask DeepWiki


📄Document
·
🔗Download

Flutter development assistant, Dio monitoring, variable type display, generation of asset file dictionary,
beautification of Dart documents and other tools, documents are under preparation

- [x] Dart document beautification
- [x] Flutter plug-in version detection update
- [x] Flutter plug-in jumps to pub.dev shortcut
- [x] Pubspec.yaml searches for packages and supports one-click import
- [x] Dio request listening window, quickly view http requests
- [x] Flutter plug-in historical version prompt
- [x] Dart attribute inline prompt (final,val,const)
- [x] Asset Generation Dictionary

More tools in development...

## Sponsor

Thanks to **JETBRAINS** for the free open source license

## Screenshot

| http Monitor | Search Package | Update Package |
|----------------------------------------------------------------|----------------------------------------------------|--------------------------------------|
| ![images/vm-toolwindow/vm2.png](images/vm-toolwindow/vm2.png) | ![img.png](images/yaml/img.png) | ![img_1.png](images/yaml/img_1.png) |
| Json2Freezed | Status Bar | Icon Table |
| ![json-to-freezed-class.png](images/json-to-freezed-class.png) | ![foot-status-bar.png](images/foot-status-bar.png) | ![ios-icon.png](images/ios-icon.png) |

More than 100+ flutter auxiliary tools...

# act 本地测试 GitHub action

```bash
act -j build-and-release -s GITHUB_TOKEN=github token --env GITHUB_REF=refs/tags/v版本号
```

# 发布版本

```bash
./scripts/release_tag.sh v版本号
```

例子: `./scripts/release_tag.sh v6.7.1`