Skip to content

Commit

Permalink
git tag v1.0.2+1
Browse files Browse the repository at this point in the history
  • Loading branch information
IoTServ committed Feb 11, 2024
1 parent a84564b commit 67a0516
Show file tree
Hide file tree
Showing 16 changed files with 33 additions and 58 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.2+1]

* Button color

## [1.0.2]

*upgrade lib
Expand Down
5 changes: 0 additions & 5 deletions examples/test/widget_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,8 @@
import 'package:flutter/material.dart';
import 'package:flutter_test/flutter_test.dart';

import 'package:examples/main.dart';

void main() {
testWidgets('Counter increments smoke test', (WidgetTester tester) async {
// Build our app and trigger a frame.
await tester.pumpWidget(const MyApp());

// Verify that our counter starts at 0.
expect(find.text('0'), findsOneWidget);
expect(find.text('1'), findsNothing);
Expand Down
4 changes: 2 additions & 2 deletions lib/plugins/mdnsService/commWidgets/info.dart
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class InfoPage extends StatelessWidget {
IconButton(
icon: Icon(
Icons.edit,
color: Colors.white,
// color: Colors.white,
),
onPressed: () {
_renameDialog(context);
Expand All @@ -72,7 +72,7 @@ class InfoPage extends StatelessWidget {
actions.add(IconButton(
icon: Icon(
Icons.delete_forever,
color: Colors.white,
color: Colors.red,
),
onPressed: () {
_deleteDialog(context, portService);
Expand Down
6 changes: 3 additions & 3 deletions lib/plugins/mdnsService/devices/local/dht.dart
Original file line number Diff line number Diff line change
Expand Up @@ -97,23 +97,23 @@ class _DHTPageState extends State<DHTPage> {
IconButton(
icon: Icon(
Icons.refresh,
color: Colors.white,
// color: Colors.white,
),
onPressed: () {
_getCurrentStatus();
}),
IconButton(
icon: Icon(
Icons.settings,
color: Colors.white,
// color: Colors.white,
),
onPressed: () {
_setting();
}),
IconButton(
icon: Icon(
Icons.file_upload,
color: Colors.white,
// color: Colors.white,
),
onPressed: () {
_ota();
Expand Down
6 changes: 3 additions & 3 deletions lib/plugins/mdnsService/devices/local/lightLevel.dart
Original file line number Diff line number Diff line change
Expand Up @@ -91,23 +91,23 @@ class _LightLevelPageState extends State<LightLevelPage> {
IconButton(
icon: Icon(
Icons.refresh,
color: Colors.white,
// color: Colors.white,
),
onPressed: () {
_getCurrentStatus();
}),
IconButton(
icon: Icon(
Icons.settings,
color: Colors.white,
// color: Colors.white,
),
onPressed: () {
_setting();
}),
IconButton(
icon: Icon(
Icons.file_upload,
color: Colors.white,
// color: Colors.white,
),
onPressed: () {
_ota();
Expand Down
2 changes: 1 addition & 1 deletion lib/plugins/mdnsService/devices/local/oneKeySwitch.dart
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class _OneKeySwitchPageState extends State<OneKeySwitchPage> {
IconButton(
icon: Icon(
Icons.settings,
color: Colors.white,
// color: Colors.white,
),
onPressed: () {
_setting();
Expand Down
6 changes: 3 additions & 3 deletions lib/plugins/mdnsService/devices/local/phicommDC1Plugin.dart
Original file line number Diff line number Diff line change
Expand Up @@ -156,23 +156,23 @@ class _PhicommDC1PluginPageState extends State<PhicommDC1PluginPage> {
IconButton(
icon: Icon(
Icons.refresh,
color: Colors.white,
// color: Colors.white,
),
onPressed: () {
_getCurrentStatus();
}),
IconButton(
icon: Icon(
Icons.settings,
color: Colors.white,
// color: Colors.white,
),
onPressed: () {
_setting();
}),
IconButton(
icon: Icon(
Icons.file_upload,
color: Colors.white,
// color: Colors.white,
),
onPressed: () {
_ota();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ class _PhicommTC1A1PluginPageState extends State<PhicommTC1A1PluginPage> {
IconButton(
icon: Icon(
Icons.refresh,
color: Colors.white,
// color: Colors.white,
),
onPressed: () {
_getCurrentStatus();
Expand Down
4 changes: 2 additions & 2 deletions lib/plugins/mdnsService/devices/local/rgbaLed.dart
Original file line number Diff line number Diff line change
Expand Up @@ -110,15 +110,15 @@ class _RGBALedPageState extends State<RGBALedPage> {
IconButton(
icon: Icon(
Icons.settings,
color: Colors.white,
// color: Colors.white,
),
onPressed: () {
_setting();
}),
IconButton(
icon: Icon(
Icons.file_upload,
color: Colors.white,
// color: Colors.white,
),
onPressed: () {
_ota();
Expand Down
4 changes: 2 additions & 2 deletions lib/plugins/mdnsService/devices/local/seial315433.dart
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@ class _Serial315433PageState extends State<Serial315433Page> {
IconButton(
icon: Icon(
Icons.settings,
color: Colors.white,
// color: Colors.white,
),
onPressed: () {
_setting();
}),
IconButton(
icon: Icon(
Icons.file_upload,
color: Colors.white,
// color: Colors.white,
),
onPressed: () {
_ota();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ class _MqttPhicommzM1PluginPageState extends State<MqttPhicommzM1PluginPage> {
IconButton(
icon: Icon(
Icons.info,
color: Colors.white,
// color: Colors.white,
),
onPressed: () {
_info();
Expand Down
2 changes: 1 addition & 1 deletion lib/plugins/mdnsService/mDNSService/getway.dart
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class GatewayState extends State<Gateway> {
IconButton(
icon: Icon(
Icons.refresh,
color: Colors.white,
// color: Colors.white,
),
onPressed: () {
//刷新端口列表
Expand Down
2 changes: 1 addition & 1 deletion lib/plugins/mdnsService/mDNSService/mdnsResponser.dart
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class _MDNSResponserPageState extends State<MDNSResponserPage> {
IconButton(
icon: Icon(
Icons.refresh,
color: Colors.white,
// color: Colors.white,
),
onPressed: () {}),
IconButton(
Expand Down
4 changes: 2 additions & 2 deletions lib/plugins/mdnsService/mDNSService/onvifManager.dart
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,15 @@ class _OvifManagerPageState extends State<OvifManagerPage> {
IconButton(
icon: Icon(
Icons.refresh,
color: Colors.white,
// color: Colors.white,
),
onPressed: () {
_getList();
}),
IconButton(
icon: Icon(
Icons.add_circle,
color: Colors.white,
// color: Colors.white,
),
onPressed: () {
_addDeviceDialog();
Expand Down
36 changes: 6 additions & 30 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -240,22 +240,6 @@ packages:
url: "https://pub.flutter-io.cn"
source: hosted
version: "0.6.7"
leak_tracker:
dependency: transitive
description:
name: leak_tracker
sha256: "04be76c4a4bb50f14904e64749237e541e7c7bcf7ec0b196907322ab5d2fc739"
url: "https://pub.flutter-io.cn"
source: hosted
version: "9.0.16"
leak_tracker_testing:
dependency: transitive
description:
name: leak_tracker_testing
sha256: b06739349ec2477e943055aea30172c5c7000225f79dad4702e2ec0eda79a6ff
url: "https://pub.flutter-io.cn"
source: hosted
version: "1.0.5"
matcher:
dependency: transitive
description:
Expand All @@ -268,18 +252,18 @@ packages:
dependency: transitive
description:
name: material_color_utilities
sha256: "0e0a020085b65b6083975e499759762399b4475f766c21668c4ecca34ea74e5a"
sha256: "9528f2f296073ff54cb9fee677df673ace1218163c3bc7628093e7eed5203d41"
url: "https://pub.flutter-io.cn"
source: hosted
version: "0.8.0"
version: "0.5.0"
meta:
dependency: transitive
description:
name: meta
sha256: d584fa6707a52763a52446f02cc621b077888fb63b93bbcb1143a7be5a0c0c04
sha256: a6e590c838b18133bb482a2745ad77c5bb7715fb0451209e1a7567d416678b8e
url: "https://pub.flutter-io.cn"
source: hosted
version: "1.11.0"
version: "1.10.0"
mqtt5_client:
dependency: "direct main"
description:
Expand Down Expand Up @@ -605,22 +589,14 @@ packages:
url: "https://pub.flutter-io.cn"
source: hosted
version: "2.1.4"
vm_service:
dependency: transitive
description:
name: vm_service
sha256: b3d56ff4341b8f182b96aceb2fa20e3dcb336b9f867bc0eafc0de10f1048e957
url: "https://pub.flutter-io.cn"
source: hosted
version: "13.0.0"
web:
dependency: transitive
description:
name: web
sha256: edc8a9573dd8c5a83a183dae1af2b6fd4131377404706ca4e5420474784906fa
sha256: afe077240a270dcfd2aafe77602b4113645af95d0ad31128cc02bce5ac5d5152
url: "https://pub.flutter-io.cn"
source: hosted
version: "0.4.0"
version: "0.3.0"
webview_flutter:
dependency: "direct main"
description:
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_plugin
description: openiothub_plugin
version: 1.0.2
version: 1.0.2+1
homepage: https://github.com/OpenIoTHub

environment:
Expand Down

0 comments on commit 67a0516

Please sign in to comment.