Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Conversation

@creativecreatorormaybenot
Copy link
Contributor

@creativecreatorormaybenot creativecreatorormaybenot commented Sep 25, 2020

Description

This should just have been part of #3031 instead, my bad!

cc @ditman

Related Issues

Checklist

  • I read the Contributor Guide and followed the process outlined there for submitting PRs.
  • My PR includes unit or integration tests for all changed/updated/fixed behaviors (See Contributor Guide).
  • All existing and new tests are passing.
  • I updated/added relevant documentation (doc comments with ///).
  • The analyzer (flutter analyze) does not report any problems on my PR.
  • I read and followed the Flutter Style Guide.
  • The title of the PR starts with the name of the plugin surrounded by square brackets, e.g. [shared_preferences]
  • I updated pubspec.yaml with an appropriate new version according to the pub versioning philosophy.
  • I updated CHANGELOG.md to add a description of the change.
  • I signed the CLA.
  • I am willing to follow-up on review comments in a timely manner.

Breaking Change

  • No, this is not a breaking change.

Actually

This prepares a smooth transition for an upcoming PR instead of locking to an older version 👍


@override
void setPlaybackSpeed(PlaybackSpeedMessage arg) {
// todo: implement as part of completing https://github.com/flutter/plugins/pull/3031
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have already implemented this in the said PR, but I only want to include the tests in part 3/3 of that PR.

That was the original plan anyway 😅

Copy link
Member

@ditman ditman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's merge this once STABLE/MASTER tests and the basic dart analysis pass, this should make the tree green again.

@ditman
Copy link
Member

ditman commented Sep 25, 2020

Merging in red after verifying the tests that are currently breaking in master now pass.

@ditman ditman merged commit d701961 into flutter:master Sep 25, 2020
jorgefspereira pushed a commit to jorgefspereira/plugins_flutter that referenced this pull request Oct 10, 2020
The previous push removed a class used for testing in the video_player package. This PR fixes tests to use the new class.
FlutterSu pushed a commit to FlutterSu/flutter-plugins that referenced this pull request Nov 20, 2020
The previous push removed a class used for testing in the video_player package. This PR fixes tests to use the new class.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants