[rfw] Update the status of the package (#2801)

* [rfw] Update the status of the package

* new version

* Update CHANGELOG.md
diff --git a/packages/rfw/CHANGELOG.md b/packages/rfw/CHANGELOG.md
index 2d1bddc..f59c7af 100644
--- a/packages/rfw/CHANGELOG.md
+++ b/packages/rfw/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 1.0.7
+
+* Update README.
+
 ## 1.0.6
 
 * Temporarily lowers test coverage minimum to fix flutter roll.
diff --git a/packages/rfw/README.md b/packages/rfw/README.md
index 6f88df8..289411b 100644
--- a/packages/rfw/README.md
+++ b/packages/rfw/README.md
@@ -5,13 +5,17 @@
 
 ### Status
 
-This package is experimental, in that it was created without a clear
-idea of what problem it solves, in order to see if it was interesting
-to people using Flutter and to learn more about the problem space.
+This package was created without a clear idea of what problem it solves,
+in order to see if it was interesting to people using Flutter and to
+learn more about the problem space.
 
-There is currently no commitment to adding new features or fixing bugs,
-though we will consider pull requests (please cc @Hixie). We might abandon
-this package without prior notice.
+So far it has received only minimal feedback, which either means it's perfectly
+addressing the needs that people have from it or that it is completely out
+of touch with what people want. We would love to know which, so if you consider
+this package, please describe your experiences, positive or negative, on
+[issue 90218](https://github.com/flutter/flutter/issues/90218). This will help us
+determine whether to spend more effort on this package, or whether we should look at
+creating other packages.
 
 We plan to keep the format and supported widget set backwards compatible,
 so that once a file works, it will keep working. _However_, this is best-effort
@@ -19,11 +23,6 @@
 tests to this package (e.g. the binary file and the corresponding screenshot,
 as a golden test).
 
-If you use this project, please describe your experiences, positive or negative, on
-[issue 90218](https://github.com/flutter/flutter/issues/90218). This will help us
-determine whether to spend more effort on this package, whether we should look at
-creating other packages, and so forth.
-
 ## Getting started
 
 A Flutter application can render remote widgets using the
@@ -269,4 +268,4 @@
 
 Golden tests are only run against the Flutter master channel and only
 run on Linux, since minor rendering differences are expected on
-different platforms and on different versions of Flutter.
\ No newline at end of file
+different platforms and on different versions of Flutter.
diff --git a/packages/rfw/pubspec.yaml b/packages/rfw/pubspec.yaml
index 577aabb..b6e9b0a 100644
--- a/packages/rfw/pubspec.yaml
+++ b/packages/rfw/pubspec.yaml
@@ -2,7 +2,7 @@
 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.6
+version: 1.0.7
 
 environment:
   sdk: ">=2.13.0 <3.0.0"