Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zawlinnnaing/zen-player
Zen Player is a distraction-free player for streaming YouTube. It is currently available on Android, iOS(Need to build yourself).
https://github.com/zawlinnnaing/zen-player
Last synced: about 14 hours ago
JSON representation
Zen Player is a distraction-free player for streaming YouTube. It is currently available on Android, iOS(Need to build yourself).
- Host: GitHub
- URL: https://github.com/zawlinnnaing/zen-player
- Owner: zawlinnnaing
- License: unlicense
- Created: 2021-09-11T08:26:39.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-29T13:11:05.000Z (over 2 years ago)
- Last Synced: 2023-03-05T13:38:28.273Z (over 1 year ago)
- Language: Dart
- Homepage:
- Size: 1.09 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Zen Player
[![style: lint](https://img.shields.io/badge/style-lint-4BC0F5.svg)](https://pub.dev/packages/lint)
Zen Player is a distraction-free player for streaming youtube and others.
(Currently only supports **youtube**). It is currently available in **android**.Available Features:
- Disables Recommended section
- Provides analytics on watch time
- Allows timer
- Allows searching by both urls and names
- Allows queueing and looping of videos## Development
Prerequisites:
- Flutter v2.5.2
Steps:
- Install dependencies
```shell
flutter pub get
```- Run app (must have one emulator enabled)
```shell
flutter run --trace-systrace --no-sound-null-safety -d
```- Tests
```shell
flutter test --no-sound-null-safety
```You can checkout coding standard for this project [here](docs/coding_standard.md).