新增网络可视化请求工具
This commit is contained in:
@@ -0,0 +1,77 @@
|
||||
# Changelog
|
||||
|
||||
[English](./CHANGELOG.md)
|
||||
|
||||
## [1.1.2]
|
||||
|
||||
* #82 修复 flutter_logo.dart 在 Flutter 3.0.5 上的错误
|
||||
|
||||
## [1.1.1+1]
|
||||
|
||||
* 更新依赖版本
|
||||
|
||||
## [1.1.1]
|
||||
|
||||
* #66 [fix] toolbar initial position is incorrect
|
||||
|
||||
## [1.1.0+3]
|
||||
|
||||
* 修复静态分析问题
|
||||
|
||||
## [1.1.0+2]
|
||||
|
||||
* 修复静态分析问题
|
||||
|
||||
## [1.1.0]
|
||||
|
||||
* #76 新增 `UMEWidget.closeActivatedPlugin()`。 Issue #35
|
||||
* #75 修复重复插入 Overlay 的问题。 Issue #65
|
||||
* #72 [Android] 迁移 example 到 v2 embedding。
|
||||
|
||||
## [1.0.2+1]
|
||||
|
||||
* Dart format
|
||||
|
||||
## [1.0.2]
|
||||
|
||||
* 修复静态分析错误
|
||||
|
||||
## [1.0.1]
|
||||
|
||||
* 修复 example 工程的 pubspec.yaml 错误
|
||||
|
||||
## [1.0.0]
|
||||
|
||||
* 适配 Flutter 3 正式版
|
||||
* 新功能:任意门(Route)
|
||||
|
||||
## [1.0.0-dev.0]
|
||||
|
||||
* 适配 Flutter 3
|
||||
|
||||
## [0.3.0+1]
|
||||
|
||||
* 修复版本号错误
|
||||
|
||||
## [0.3.0]
|
||||
|
||||
* 移除静态方法,更换为壳 Widget
|
||||
* 允许在 Widget tree 增加自定义嵌套结构组件,从而快速接入新插件
|
||||
* 修复刷新状态引发的浮窗组件出现多实例的问题
|
||||
* 修复在 AOT 模式下首次布局异常导致插件不展示的问题
|
||||
|
||||
## [0.2.1]
|
||||
|
||||
* 移除独立的 MaterialApp Widget
|
||||
|
||||
## [0.2.0-dev.0]
|
||||
|
||||
* 适配 null-safety
|
||||
|
||||
## [0.1.0+1]
|
||||
|
||||
* 增加一些 docs comment,修改 pubspec.yaml 的描述信息
|
||||
|
||||
## [0.1.0]
|
||||
|
||||
* 开源
|
||||
Reference in New Issue
Block a user