-
Notifications
You must be signed in to change notification settings - Fork 45
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
Removing unused video_player dependency #84
Conversation
example/README.md
Outdated
@@ -3,6 +3,4 @@ | |||
| Platform | Example interface | Sample tweet | | |||
|:--------:|:--------------------------------------------------------------------|:------------------------------------------------------------------------| | |||
| Android | ![img](https://raw.githubusercontent.com/schibsted/tweet_ui/master/example/screenshots/android_main.png) | ![img](https://raw.githubusercontent.com/schibsted/tweet_ui/master/example/screenshots/android_example.png) | | |||
| iOS | ![img](https://raw.githubusercontent.com/schibsted/tweet_ui/master/example/screenshots/ios_main.png) | ![img](https://raw.githubusercontent.com/schibsted/tweet_ui/master/example/screenshots/ios_example.png) | | |||
|
|||
> Video/GIF Tweets don't work on iOS simulators ([video_player ios instructions](https://pub.dev/packages/video_player#ios)) |
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.
Is this sentence not true anymore:
Video/GIF Tweets don't work on iOS simulators
If it's still valid, we should leave it
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.
Reverted it
CHANGELOG.md
Outdated
- Removing lock file from repository - adding it to gitignore | ||
- Updating ios version for example project to 11 to support better player | ||
- Regenerating example project with flutter create command | ||
- Removing unused video_player dependency |
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.
I think we can divide the Changelog a bit more, to use ### Removed
for Removing unused video_player dependency
and the lock file.
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.
done
No description provided.