Skip to content

Commit

Permalink
upd package
Browse files Browse the repository at this point in the history
  • Loading branch information
lesleysin committed Feb 25, 2024
1 parent d78c3fd commit 87d96b4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 1.10.0
- Added Meta widget
- Added Subtree widget
## 1.9.1
- Fixed incorrect transmission of script metadata
## 1.9.0
Expand Down
1 change: 1 addition & 0 deletions lib/src/attributes/switch_attributes.dart
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ final class SwitchAttributes extends AttendedModel<bool>
this.autofocus,
});

@override
SwitchAttributes copyWith(SwitchAttributes other) {
return SwitchAttributes(
value: other.value,
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_duit
description: Server driver UI framework for Flutter. Allows you to update your cool UI without updating the app!
version: 1.9.1
version: 1.10.0
repository: https://github.com/Duit-Foundation/flutter_duit
issue_tracker: https://github.com/Duit-Foundation/flutter_duit/issues

Expand All @@ -9,7 +9,7 @@ environment:
flutter: ">=1.17.0"

dependencies:
duit_kernel: ^1.2.1
duit_kernel: ^1.2.3
flutter:
sdk: flutter
http: ^1.1.0
Expand Down

0 comments on commit 87d96b4

Please sign in to comment.