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
- Host: GitHub
- URL: https://github.com/mdddj/dd_flutter_idea_plugin
- Owner: mdddj
- License: mit
- Created: 2021-07-28T02:14:13.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2026-05-19T09:04:17.000Z (about 1 month ago)
- Last Synced: 2026-05-19T11:54:08.020Z (about 1 month ago)
- Topics: development, dio, flutter, flutter-l10n, plugin, tools
- Language: Kotlin
- Homepage: https://mdddj.github.io/flutterx-doc/
- Size: 394 MB
- Stars: 68
- Watchers: 2
- Forks: 7
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
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 |
|----------------------------------------------------------------|----------------------------------------------------|--------------------------------------|
|  |  |  |
| Json2Freezed | Status Bar | Icon Table |
|  |  |  |
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`
