Skip to content

Commit

Permalink
Blur feature
Browse files Browse the repository at this point in the history
  • Loading branch information
arianneorpilla committed Jun 14, 2021
1 parent 969a7db commit f94b549
Show file tree
Hide file tree
Showing 13 changed files with 699 additions and 93 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<p align="center">A mobile video player and card creation toolkit tailored for language learners.</p>

<p align="center" style="margin:0"><b>Latest GitHub Release:<br>
<a href="https://github.com/lrorpilla/jidoujisho/releases/tag/0.21.1-beta">0.21.1-beta 🇯🇵 → 🇬🇧</a><br>
<a href="https://github.com/lrorpilla/jidoujisho/releases/tag/0.21.2-beta">0.21.2-beta 🇯🇵 → 🇬🇧</a><br>
<a href="https://github.com/lrorpilla/jidoujisho/releases/tag/0.16.7-beta-kren">0.16.7-beta 🇰🇷 → 🇬🇧</a></b><br>

<p align="center" style="margin:0"><b>Release Archive:<br>
Expand All @@ -29,7 +29,7 @@
<a href="https://github.com/lrorpilla/jidoujisho/releases/tag/0.18.1-beta">0.18</a> ·
<a href="https://github.com/lrorpilla/jidoujisho/releases/tag/0.19.1-beta">0.19</a> ·
<a href="https://github.com/lrorpilla/jidoujisho/releases/tag/0.20.1-beta">0.20</a> ·
<a href="https://github.com/lrorpilla/jidoujisho/releases/tag/0.21.1-beta">0.21</a>
<a href="https://github.com/lrorpilla/jidoujisho/releases/tag/0.21.2-beta">0.21</a>
</b></p>

# 📚 Uninterrupted language immersion at your fingertips
Expand Down
10 changes: 0 additions & 10 deletions chewie/analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1 @@
include: package:lint/analysis_options_package.yaml

analyzer:
strong-mode:
implicit-dynamic: false

linter:
rules:
close_sinks: true
sort_constructors_first: true

4 changes: 4 additions & 0 deletions chewie/lib/src/chewie_player.dart
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,8 @@ class ChewieController extends ChangeNotifier {
@required this.setNoPush,
@required this.isCasting,
@required this.playerMode,
@required this.verticalDrag,
@required this.horizontalDrag,
this.aspectRatio,
this.autoInitialize = false,
this.autoPlay = false,
Expand Down Expand Up @@ -285,6 +287,8 @@ class ChewieController extends ChangeNotifier {
final String streamUrl;
final ValueNotifier<bool> isCasting;
final JidoujishoPlayerMode playerMode;
final VoidCallback horizontalDrag;
final VoidCallback verticalDrag;

/// Initialize the Video on Startup. This will prep the video for playback.
final bool autoInitialize;
Expand Down
Loading

0 comments on commit f94b549

Please sign in to comment.