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

Feature/december 2021 changes #855

Merged
merged 19 commits into from
Dec 29, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Updated dependencies
jhomlala committed Dec 29, 2021

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
commit 7df26e933af80c0957c8ec8c2c9fb92a0398bf73
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.80
* Removed pedantic dependency.
* Updated depenedencies.

## 0.0.79
* Fixed kotlin version issue.

2 changes: 0 additions & 2 deletions lib/src/video_player/video_player.dart
Original file line number Diff line number Diff line change
@@ -10,8 +10,6 @@ import 'package:better_player/src/video_player/video_player_platform_interface.d
import 'package:flutter/foundation.dart';
import 'package:flutter/material.dart';
import 'package:flutter/services.dart';
import 'package:meta/meta.dart';
import 'package:pedantic/pedantic.dart';

final VideoPlayerPlatform _videoPlayerPlatform = VideoPlayerPlatform.instance
// This will clear all open videos on the platform when a full restart is
Loading