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

Packages upgrade #244

Merged
merged 1 commit into from
Apr 15, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
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
36 changes: 31 additions & 5 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ packages:
name: chewie
url: "https://pub.dartlang.org"
source: hosted
version: "0.9.8"
version: "0.9.10"
chewie_audio:
dependency: "direct main"
description:
Expand Down Expand Up @@ -96,19 +96,24 @@ packages:
name: flutter_svg
url: "https://pub.dartlang.org"
source: hosted
version: "0.14.1"
version: "0.17.3+1"
flutter_test:
dependency: "direct dev"
description: flutter
source: sdk
version: "0.0.0"
flutter_web_plugins:
dependency: transitive
description: flutter
source: sdk
version: "0.0.0"
html:
dependency: "direct main"
description:
name: html
url: "https://pub.dartlang.org"
source: hosted
version: "0.14.0+2"
version: "0.14.0+3"
image:
dependency: transitive
description:
Expand Down Expand Up @@ -253,7 +258,28 @@ packages:
name: video_player
url: "https://pub.dartlang.org"
source: hosted
version: "0.10.2+1"
version: "0.10.8+1"
video_player_platform_interface:
dependency: transitive
description:
name: video_player_platform_interface
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.5"
video_player_web:
dependency: transitive
description:
name: video_player_web
url: "https://pub.dartlang.org"
source: hosted
version: "0.1.2+1"
wakelock:
dependency: transitive
description:
name: wakelock
url: "https://pub.dartlang.org"
source: hosted
version: "0.1.3+4"
webview_flutter:
dependency: "direct main"
description:
Expand All @@ -270,4 +296,4 @@ packages:
version: "3.5.0"
sdks:
dart: ">=2.4.0 <3.0.0"
flutter: ">=1.7.4 <2.0.0"
flutter: ">=1.12.13+hotfix.4 <2.0.0"
8 changes: 4 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ environment:

dependencies:
# Plugin for parsing html
html: ^0.14.0+2
html: ^0.14.0+3

# Plugins for parsing css
csslib: ^0.16.1
css_colors: ^1.0.2

# Plugins for rendering the <video> tag.
video_player: ^0.10.2+1
chewie: ^0.9.8
video_player: ^0.10.8+1
chewie: ^0.9.10

# Plugin for rendering the <iframe> tag.
webview_flutter: ^0.3.14+1
Expand All @@ -26,7 +26,7 @@ dependencies:
chewie_audio: ^1.0.0+1

# Plugins for rendering the <svg> tag.
flutter_svg: ^0.14.1
flutter_svg: ^0.17.3+1

flutter:
sdk: flutter
Expand Down