This repository has been archived by the owner on Feb 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9.8k
[video_player] bugfix caption still showing when text is empty #3374
Merged
fluttergithubbot
merged 23 commits into
flutter:master
from
vanlooverenkoen:bugfix/#72999-caption-still-showing
Sep 16, 2021
Merged
Changes from 6 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
bfccbd6
Merge pull request #1 from flutter/master
vanlooverenkoen a6e3702
#72999 Fixed the caption widget where it should not show the widget i…
vanlooverenkoen 6c08796
Updated the docs
vanlooverenkoen 322b096
Fixed formatting
vanlooverenkoen f5b9d66
Merge branch 'master' into bugfix/#72999-caption-still-showing
Salakar 38c390e
Update pubspec version
Salakar b9dee24
Apply suggestions from code review
Salakar d7a084e
Apply suggestions from code review
Salakar 127fb1f
Update packages/video_player/video_player/lib/video_player.dart
Salakar 9c76835
Update video_player.dart
Salakar a23c003
Merge pull request #2 from flutter/master
vanlooverenkoen f5f26fa
Merge pull request #3 from flutter/master
vanlooverenkoen 360a0af
Merge pull request #4 from flutter/master
vanlooverenkoen 2baf0a7
Merge branch 'master' into bugfix/#72999-caption-still-showing
vanlooverenkoen c101198
Updated version
vanlooverenkoen 246a042
Merge pull request #5 from flutter/master
vanlooverenkoen a9d6fc4
Merge branch 'master' into bugfix/#72999-caption-still-showing
vanlooverenkoen 7570933
Merge pull request #6 from flutter/master
vanlooverenkoen bbdc044
Merge branch 'master' into bugfix/#72999-caption-still-showing
vanlooverenkoen 60ca485
Added an extra test for empty caption text
vanlooverenkoen 45cbf7d
Merge branch 'master' into bugfix/#72999-caption-still-showing
stuartmorgan 5709a81
Merge branch 'master' into bugfix/#72999-caption-still-showing
stuartmorgan 62ae245
Merge branch 'master' into bugfix/#72999-caption-still-showing
stuartmorgan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ideally
text
should be non-nullable with a default to''
so that we don't have two ways of expressing the same thing, but unfortunately that would be a breaking change at this point.