Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'main' into material_slider
  • Loading branch information
stuartmorgan-g authored Jun 5, 2024
commit bb567e647f7e80fe74a86efc177c7ece6de42b36
10 changes: 9 additions & 1 deletion packages/rfw/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## 1.0.29

* Adds support for the `Slider` Material widget.

## 1.0.28

* Updates documentation to WidgetStateProperty and ButtonBar.

## 1.0.27
* Adds `Slider` material widget
* Adds support for `DecorationImage.filterQuality`.

## 1.0.26
* Supports overriding the error widget builder.
Expand Down
2 changes: 1 addition & 1 deletion packages/rfw/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: rfw
description: "Remote Flutter widgets: a library for rendering declarative widget description files at runtime."
repository: https://github.com/flutter/packages/tree/main/packages/rfw
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+rfw%22
version: 1.0.27
version: 1.0.29

environment:
sdk: ^3.2.0
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.