Add sample code to RelativePositionedTransition#63940
Add sample code to RelativePositionedTransition#63940fluttergithubbot merged 4 commits intoflutter:masterfrom
Conversation
|
It looks like this pull request may not have tests. Please make sure to add tests before merging. If you need an exemption to this rule, contact Hixie on the #hackers channel in Chat. Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing. |
|
Before we review this in-detail: Can you please fix the error reported by the analyzer: https://github.com/flutter/flutter/pull/63940/checks?check_run_id=993030758 Thanks. |
|
@goderbauer |
|
This pull request is not suitable for automatic merging in its current state.
|
|
Hi @ny927 can you update your branch with the latest from master? That should resolve the failing check here. |
…dTransitionSample
|
@Piinks I have updated my branch. Thanks! |
…tivePositionedTransitionSample
|
@Piinks Sorry for late reply. I updated my branch. |
|
The sample code is no longer be useful, because |
Description
RelativePositionedTransition didn't have sample code, so I added it.
Reference: https://api.flutter.dev/flutter/widgets/RelativePositionedTransition-class.html
Related Issues
N/A
Tests
N/A. Only the doc changed.
Checklist
Before you create this PR, confirm that it meets all requirements listed below by checking the relevant checkboxes (
[x]). This will ensure a smooth and quick review process.///).flutter analyze --flutter-repo) does not report any problems on my PR.Breaking Change
Did any tests fail when you ran them? Please read [Handling breaking changes].