- Fix: autocomplete failure problem (Assets)
- Fix: Bugs caused by lack of release time (dart package)
- New: package autocomplete
- New: Add optional configuration of pub.dev image in China region (pub.dev)
- Fix: freezed name save error
- Fix: Dio windows memory leak
- Optimize: Faster display of dart type and support cmd click to jump
- Optimize: Optimized dart document markdown render panel
- New: pubspec.yaml add package last update time
- New: pubspec.yaml package document add more details
- Fix known issues
- Supplementary functional documentation
- Fix: Analyze the issue of inaccurate location after file changes (
pubspec.yaml
) (#59) - Adjust the inspection logic of
widget to ConsumerWidget
- New: Do not analyze files other than
pubspec.yaml
- New:
pubspec.yaml
New menu for drainage ditch (Open package api in browser,Show Json Data) - New: riverpod widget to ConsumerWidget: Automatically add import statements
- New: Support local asset image preview
- New: assets image preview
- Fix: dio api copy data to image action if null will null exception
- Fix: If the flutter command does not exist, an error pop-up will appear,(#56)
- Fix: Fixed the issue of method font misalignment in the Dio api in zoom mode
- New: Set the JSON editor and Dart editor to follow the idea for scaling
- New: Optimize JSON viewer format
- New: Add the function of returning the request body header from the right-click menu of
Dio
- New: Open the flutter (android,ios,macos) directory and add settings options, (ide setting->flutterx)
- New: Add local asset preview to the editor (image type)
- Fix:
flutter_lint: 5.0
part of
auto-completion action not show - Fix:
pubspec.yaml
left icon menuopen directory
not working bug - New: Support monitoring of
Dio
FormData
API, need upgrade todd_check_plugin:3.2.5
- Adaptation android studio 2024.2.1
- Support
k2
mode
- Fix:#54
- New: Added detection of unused packages in the project.
- Update: Added detection for the bottom toolbar icons; the entry point will not be displayed for non-Flutter projects.
- 更新: 修改flutter新版本,whats new的跳转链接
- 新增: dio api 接口信息拷贝,支持自定义 key
- 详见flutterx设置,Copy all key
- 新增: dio api 拷贝为图片,在右键菜单,数据量太大的接口会报内存堆栈溢出,这个问题不解决
- Update: Modified the link for “What’s New” in the new version of Flutter.
- New: Added Dio API interface information copy feature, supporting custom keys.
- See Flutterx settings for “Copy all key”.
- New: Added Dio API copy as image feature in the right-click menu. Interfaces with too much data will cause memory stack overflow, and this issue will not be resolved.
- dio拷贝接口信息(Copy all),添加格式化 json
- dio copy interface information (Copy all), add formatted json
- 修复 #50
- Fixed #50
- 修复inlay命名导致的part of library无法关闭的问题
- 修改插件idea版本上限 (2024+)
-
- Fixed the issue where part of the library could not be closed due to inlay naming
- Updated the plugin's IDEA version upper limit (2024.2+)
- 修复: json查看器没有格式化的问题
- 修复: Dio接口数据类型int会被转化为double类型的bug
- 修复: pubspec.yaml工具条可能引发的线程安全问题
- 修复: 修复part of 会造成卡顿的bug
- 修复: json转freezed打开后配置没有被重新加载的问题
- 新增: json转dart macro 添加到了Dio 右键菜单
- 新增: part of 新增相对路径自动补全,输入"part"会触发自动联想
- 新增: dio接口到来时添加一个通知,点击可以在浏览器打开链接
- 新增: json转dart macro对象工具 (dart bete)
- 新增: json转freezed添加isar选项
- Fixed: Issue where the JSON viewer was not formatted
- Fixed: Bug where Dio interface data type int was being converted to double
- Fixed: Thread safety issue potentially caused by the pubspec.yaml toolbar
- Fixed: Bug where part of would cause lag
- Fixed: Issue where JSON to Freezed configuration was not reloaded after opening
- Added: JSON to Dart macro added to the Dio right-click menu
- Added: Auto-completion for relative paths with part of; typing "part" triggers auto-suggestions
- Added: Notification when a Dio interface call arrives, with a clickable link to open in the browser
- Added: JSON to Dart macro object tool (Dart beta)
- Added: Isar option to JSON to Freezed conversion
- fix some bugs by 4.7.0
- Add
json
todart macro
generation tool (bate)
- Reconstructed the
json to freezed class code gen
tool, - Optimize the repair logic of
package
new version detection - Removed some third-party dependencies and reduced the plug-in package to 1M
- If you encounter problems during use, please submit an issue
- This is the last updated version below
2023.*
. If you want to receive subsequent updates, please update your idea to version2024.*
andabove
.
- After optimizing the terminal running logic, windows will no longer be created repeatedly.
- Add
part of libarary
autocomplete command - Optimize the automatic completion popup timing of freezed from json
- Fix the problem that @Freezed does not display the freezed function
- Optimize dart file inlay detection performance
- Optimize some known bugs
- Fix the problem of stuck idea or Android studio
- Upgrade kotlin version to
2.0.0
tosupport k2 compiler
- Optimize dart package version replacement logic
- Fix the bug that modifying the file pubspec.yaml may cause unresponsiveness
- Fix the problem of
flutter upgrade
andflutter pub run build_runner build
command execution failure(idea 241+) - New terminal adapted to
IDEA 2024.1+
- Fix some operation error reports.
Slow operations are prohibited on EDT. See SlowOperations.assertSlowOperationsAreAllowed javadoc.
- Adaptation 2024.2
- Remove some deprecated functions
- Replace flutter update log
What's New
Url Link
- Adaptation 2024.2
- Fix performance issues caused by iOS privacy scanning window
- Fixed the problem of IP type URI being accessed and parsed incorrectly in the dio panel
- Fixed the issue where the
&
symbol in parameters in Dio URL is displayed as blank - Optimize the font display of json editor and dart editor
- Optimize dart document display format ( #41)
- Fixed an error in automatic completion of yaml version number(#42)