No description
Find a file
無情天 bab2773d48
Translated using Weblate (Chinese (Simplified Han script))
Currently translated at 100.0% (504 of 504 strings)

Translation: DonutWare/Fladder
Translate-URL: https://hosted.weblate.org/projects/fladder/fladder/zh_Hans/
2025-10-03 14:44:24 +02:00
.github Reverted changes - use windows 2022 2025-09-20 07:39:29 +02:00
.vscode feat: Android TV support (#503) 2025-09-28 21:07:49 +02:00
android fix: Lots of navigation improvements 2025-10-03 13:02:51 +02:00
assets fix: Lots of navigation improvements 2025-10-03 13:02:51 +02:00
config Web - Add docker image and baseUrl config support (#32) 2024-10-17 19:06:13 +02:00
flatpak fix: big files downloads failing in flatpak app (#391) 2025-06-15 18:40:33 +02:00
icons feature(Windows): Windows installer (#222) 2025-02-15 14:32:40 +01:00
ios chore: Update macos/ios build files (#476) 2025-08-28 15:07:44 +02:00
lib Translated using Weblate (Chinese (Simplified Han script)) 2025-10-03 14:44:24 +02:00
linux chore:cleanup-packages breaking: remove isar (#474) 2025-08-24 21:16:51 +02:00
macos chore: Change copyright year (#489) 2025-09-15 21:20:54 +02:00
pigeons feat: Android TV support (#503) 2025-09-28 21:07:49 +02:00
scripts chore: Added Applications folder in Mac installer (#369) 2025-06-07 14:36:14 +02:00
snap/gui chore: centered icon a bit 2024-11-19 20:45:08 +01:00
swagger feature: Add support for mediaSegments (#138) 2024-11-09 19:40:12 +01:00
test Init repo 2024-09-20 10:01:13 +02:00
web fix: drift not working on web 2025-08-08 18:11:40 +02:00
windows chore: Change copyright year (#489) 2025-09-15 21:20:54 +02:00
.dockerignore Web - Add docker image and baseUrl config support (#32) 2024-10-17 19:06:13 +02:00
.fvmrc chore:cleanup-packages breaking: remove isar (#474) 2025-08-24 21:16:51 +02:00
.gitignore chore: Update dependencies (#372) 2025-06-07 18:36:17 +02:00
.gitmodules feat(Linux): Automatically build a Flatpak bundle (#125) 2024-11-13 17:52:26 +01:00
.metadata chore: upgrade to 3.27.3 (#207) 2025-01-31 15:29:56 +01:00
altstore.json Update altstore.json 2024-10-18 10:20:00 +02:00
analysis_options.yaml chore: Update dependencies (#372) 2025-06-07 18:36:17 +02:00
AppImageBuilder.yml feature: AppImage release build (#245) 2025-02-28 13:04:12 +01:00
build.yaml chore: Update dependencies (#372) 2025-06-07 18:36:17 +02:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2025-08-14 23:01:04 +02:00
CONTRIBUTING.md Create CONTRIBUTING.md 2025-08-14 23:02:27 +02:00
DEVELOPEMENT.md feat: Videoplayer remember subtitle and audio selection(#339) 2025-05-22 19:24:42 +02:00
devtools_options.yaml Init repo 2024-09-20 10:01:13 +02:00
docker-compose.yml chore: Remove version attribute from docker-compose.yml (#182) 2024-12-13 17:58:01 +01:00
Dockerfile Web - Add docker image and baseUrl config support (#32) 2024-10-17 19:06:13 +02:00
Dockerfile-rootless fix: Rootless docker container 2025-08-15 13:22:35 +02:00
icons_launcher-development.yaml feature: Added new icon (#140) 2024-11-11 19:59:38 +01:00
icons_launcher-production.yaml fix(macOS): Using correct icon assets (#161) 2024-11-21 15:04:57 +01:00
INSTALL.md Update INSTALL.md 2025-06-17 20:41:29 +02:00
l10n.yaml feat: Add download speed to progress bar 2025-08-29 19:29:47 +02:00
LICENSE Initial commit 2024-09-20 10:01:35 +02:00
pubspec.lock feat: Option to use item's primary colors in details screen (#509) 2025-10-03 13:57:54 +02:00
pubspec.yaml feat: Option to use item's primary colors in details screen (#509) 2025-10-03 13:57:54 +02:00
README.md Fixed readme 2025-06-01 11:35:26 +02:00


Fladder
Fladder

A Simple Jellyfin Frontend built on top of Flutter.

Key FeaturesScreenshotsPlanned FeaturesDownloadContributingCreditsLicense

Build GitHub Downloads (all assets, all releases) GitHub Release Conventional Commits

Key Features

  • Play media Stream or sync content locally to your device.
  • Manage your library Refresh content and edit metadata.
  • Multiple profiles Lock profiles and connect to different servers.
  • Direct/Transcode playback
  • Intro/Credits skipping
  • Trickplay support (timeline scrubbing)
  • Dark/Light mode
  • Simple comic book format reading support (.cbz, .crb)
  • Sync supported on Mobile/Desktop
  • Platforms
    • Android
    • Web
    • macOS
    • Windows
    • iOS
    • Linux

Screenshots

Mobile Fladder Fladder Fladder Fladder Fladder Fladder Fladder Fladder Fladder Fladder
Tablet Fladder Fladder Fladder Fladder Fladder Fladder Fladder Fladder Fladder Fladder

Web/Desktop try out the web build!

Note

The GitHub hosted web build only allows https connections. This is a limitation on GitHub's end, for self-hosted versions http works fine.

Planned Features

Download

The latest executables for Windows, macOS, Linux, iOS, Android and Web can be found on the releases page.

You can pull the Docker version using the following tag: ghcr.io/donutware/fladder:latest.

Platform-specific installation and usage instructions can be found here.

Get it on Google Play

Warning

For windows users, sometimes flutter applications are marked as false positives by windows defender for more info see this issue.

How to Contribute

Interest in contributing? Here are a couple of ways you can help:

🐛 Reporting Bugs

  • Before reporting a bug, please ensure that the issue hasn't been reported already.
  • When submitting a bug report, provide detailed steps on how the bug can be reproduced. This will help us to understand and fix the issue faster.
  • Bug reports are appreciated and very helpful!

🚀 Submitting Pull Requests

  • Pull requests are always welcome!
  • For new features or large changes, please open a discussion or issue first to ensure that no one else is already working on it.
  • Keep pull requests short and focused: try to avoid fixing multiple issues in a single pull request. This helps make the review process smoother and quicker.

🌐 Translations

Translation status

Thank you for helping to make this project better! 🙌

Credits

This software uses the following open source packages:

License

This project is licensed under the GNU General Public License v3.0. More information about the license can be found in this file.