Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
lesleysin committed Oct 15, 2024
1 parent 84bcd70 commit c5235b3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 2.2.0

- IntrinsicHeight widget
- Improved data merging with component template
- ValueReference default value prop
- Custom decoders & encoders
- Fixes: Key creation
- Testing: setup test environment, added test for component, button, align and center widgets

## 2.1.0

- AttributeValueMapper import
Expand Down
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ The flutter_duit library depends on the [duit_kernel](https://github.com/lesleys
| >= v1.11.0 | v1.3.0 |
| >= v1.12.0 | v1.4.0 |
| >= v2.0.0 | v2.0.1 |
| >= v2.2.0 | v2.1.1 |


## Usage example
Expand All @@ -49,7 +50,7 @@ It is responsible for displaying the UI, updating the state of widgets, and call


```dart
final driver = DUITDriver(
final driver = DuitDriver(
"/layout1",
transportOptions: HttpTransportOptions(
defaultHeaders: {"Content-Type": "application/json"},
Expand All @@ -62,7 +63,6 @@ final driver = DUITDriver(

```dart
DuitViewHost(
context: context,
driver: driver,
placeholder: const CircularProgressIndicator(),
),
Expand All @@ -75,10 +75,6 @@ DuitViewHost(
- Adding new adapters for the backend (Dart, C#, etc.)
- Troubleshooting, updating documentation

## Package info and documentation

[WIKI](https://github.com/lesleysin/flutter_duit/wiki) (work in progress)

## License
MIT

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: flutter_duit
description: Server driver UI framework for Flutter. Allows you to update your cool UI without updating the app!
version: 2.1.0
version: 2.2.0
repository: https://github.com/Duit-Foundation/flutter_duit
issue_tracker: https://github.com/Duit-Foundation/flutter_duit/issues

Expand Down

0 comments on commit c5235b3

Please sign in to comment.