Skip to content
Closed

Dev #863

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
57 commits
Select commit Hold shift + click to select a range
e519175
Change example
sidr16 Sep 14, 2024
c3c5cf6
Fix ios hls file support
sidr16 Sep 15, 2024
6b34c03
Add resolution change
sidr16 Sep 15, 2024
64e6775
Add config and widgets
sidr16 Sep 17, 2024
696a4ec
Change player controls
sidr16 Sep 18, 2024
f9e8950
Add material settings and hls parser
sidr16 Sep 19, 2024
f96cf91
Add hls download manager
sidr16 Sep 21, 2024
81a4c77
Add change resolution and audio
sidr16 Sep 22, 2024
4c21c5c
Add media controls
sidr16 Sep 28, 2024
3d3ccb3
Fix test warnings
sidr16 Sep 29, 2024
f399edf
Add initial thumbnails
sidr16 Sep 30, 2024
53c7bd3
Add v1 controls
sidr16 Oct 1, 2024
e3ef2f4
Add v1 controls
sidr16 Oct 1, 2024
b71a7fb
Change exports
sidr16 Oct 1, 2024
ef0e8db
Change version
sidr16 Oct 1, 2024
3e6d7ca
Add fixes
sidr16 Oct 1, 2024
0738b3d
Fixes
sidr16 Oct 1, 2024
decc405
Fixes
sidr16 Oct 1, 2024
857d879
Add fixes
sidr16 Oct 2, 2024
1ff6805
Change version
sidr16 Oct 2, 2024
0a9fbba
Added thumbnails
sidr16 Oct 2, 2024
cbd4608
Add changes
sidr16 Oct 2, 2024
58f3c4b
Change animation and fix thumbnail
sidr16 Oct 3, 2024
9853cb9
Add changes
sidr16 Oct 3, 2024
c4f4a97
Change controls
sidr16 Oct 4, 2024
8c76ac1
Add media description
sidr16 Oct 4, 2024
273a472
Add pip and chrome cast debug to control
sidr16 Oct 5, 2024
88ee1a6
Change gesture detector
sidr16 Oct 5, 2024
4bd14eb
Add changesw
sidr16 Oct 7, 2024
5c9dec5
Change version
sidr16 Oct 7, 2024
9c2d727
Fix gap
sidr16 Oct 7, 2024
b4e702e
Add changes
sidr16 Oct 8, 2024
6b9358f
Change painter quality
sidr16 Oct 8, 2024
e94d2f4
Change version
sidr16 Oct 8, 2024
8835504
Add chrome cast
sidr16 Oct 9, 2024
3dcd0e9
Fix player
sidr16 Oct 10, 2024
f639c56
Remove fl pip
sidr16 Oct 10, 2024
0836199
Add audio service
sidr16 Oct 14, 2024
ccfc4e5
Changes
sidr16 Oct 14, 2024
fca760d
Fix
sidr16 Oct 14, 2024
a477691
Change dispose
sidr16 Oct 14, 2024
1cf31de
Change versino
sidr16 Oct 14, 2024
47c244d
Add pip
sidr16 Oct 14, 2024
95c0f44
Add pip when bg
sidr16 Oct 14, 2024
ce8dcdc
Fix
sidr16 Oct 14, 2024
c0fb445
Fix
sidr16 Oct 14, 2024
4fdf05c
Fix
sidr16 Oct 14, 2024
5a270ef
Remove pip enter
sidr16 Oct 14, 2024
76ecca7
Fix
sidr16 Oct 14, 2024
09cc296
Fix speed
sidr16 Oct 14, 2024
0ed4adf
Fix
sidr16 Oct 14, 2024
0e5f044
Fix overlay
sidr16 Oct 16, 2024
52666f3
Change id
sidr16 Oct 16, 2024
ddc812a
Change audio handler
sidr16 Oct 16, 2024
5e7a160
Remove pip
sidr16 Oct 16, 2024
a00a193
Fix playback speed
sidr16 Oct 16, 2024
1fe3ee8
Fix
sidr16 Oct 16, 2024
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
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
.packages
.pub/
.dart_tool/
pubspec.lock
flutter_export_environment.sh

examples/all_plugins/pubspec.yaml
Expand Down
26 changes: 13 additions & 13 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
include: package:flutter_lints/flutter.yaml
include: package:very_good_analysis/analysis_options.yaml

linter:
rules:
public_member_api_docs: false
prefer_relative_imports: true
always_use_package_imports: false

analyzer:
language:
strict-raw-types: true
exclude:
- lib/generated_plugin_registrant.dart
errors:
# allow self-reference to deprecated members (we do this because otherwise we have
# to annotate every member in every test, assert, etc, when we deprecate something)
deprecated_member_use_from_same_package: ignore
- "**/*.g.dart"
- "**/*.freezed.dart"

linter:
rules:
close_sinks: true
sort_constructors_first: true
sort_pub_dependencies: false
errors:
invalid_annotation_target: ignore
use_build_context_synchronously: ignore
use_setters_to_change_properties: ignore
6 changes: 6 additions & 0 deletions assets/icons/back.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions assets/icons/backward_10.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions assets/icons/caret_left.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions assets/icons/caret_right.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions assets/icons/check.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions assets/icons/chrome_cast.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions assets/icons/close.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions assets/icons/custom/v1/backward_10.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions assets/icons/custom/v1/enter_full_screen.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions assets/icons/custom/v1/forward_10.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions assets/icons/custom/v1/help.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions assets/icons/custom/v1/picture_in_picture.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions assets/icons/custom/v1/settings.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions assets/icons/custom/v1/skip_backward.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading