Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[rfw] Update the status of the package #2801

Merged
merged 3 commits into from Nov 11, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 4 additions & 0 deletions 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.
Expand Down
25 changes: 12 additions & 13 deletions packages/rfw/README.md
Expand Up @@ -5,25 +5,24 @@ declarative UI descriptions that can be obtained at runtime.

### 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.

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.
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.

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
only. To guarantee that files keep working as you expect, submit
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
Expand Down Expand Up @@ -269,4 +268,4 @@ run by `run_tests.sh`.)

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.
different platforms and on different versions of Flutter.
2 changes: 1 addition & 1 deletion packages/rfw/pubspec.yaml
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.6
version: 1.0.7

environment:
sdk: ">=2.13.0 <3.0.0"
Expand Down