Skip to content

Commit

Permalink
git tag v1.0.5+55
Browse files Browse the repository at this point in the history
  • Loading branch information
matteriot committed Aug 10, 2024
1 parent c8ad337 commit fe9b2ac
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [1.0.5+55]

* remove share SizedBox.expand

## [1.0.5+54]

* SizedBox.expand
Expand Down
2 changes: 1 addition & 1 deletion lib/commPages/appInfo.dart
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ class _AppInfoPageState extends State<AppInfoPage> {
context: context,
builder: (_) => AlertDialog(
title: Text("分享"),
content: SizedBox.expand(child: Text("选择需方分享的位置")),
content: Text("选择需方分享的位置"),
actions: <Widget>[
Row(
children: [
Expand Down
4 changes: 1 addition & 3 deletions lib/gateway/GatewayQrPage.dart
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,7 @@ class _GatewayQrPageState extends State<GatewayQrPage> {
context: context,
builder: (_) => AlertDialog(
title: Text("分享到微信"),
content: SizedBox.expand(
child: Text("选择需方分享的位置"),
),
content: Text("选择需方分享的位置"),
actions: <Widget>[
// 分享网关:二维码图片、小程序链接、网页
TDButton(
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: openiothub_common_pages
description: openiothub_common_pages
version: 1.0.5+54
version: 1.0.5+55
homepage: https://github.com/OpenIoTHub

environment:
Expand Down

0 comments on commit fe9b2ac

Please sign in to comment.