This repository was archived by the owner on Dec 24, 2025. It is now read-only.
fix(docs): update#16
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR updates documentation formatting and improves code style across the flet-video project. The changes focus on enhancing documentation readability, updating dependencies, and standardizing code formatting.
- Line wrapping improvements for better documentation readability
- Dependency updates including flutter_lints upgrade and improved dependency organization
- Code style improvements with better parameter formatting and type annotations
Reviewed Changes
Copilot reviewed 10 out of 11 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| src/flutter/flet_video/pubspec.yaml | Updates flutter_lints from v2.0.0 to v3.0.0 |
| src/flet_video/video.py | Improves documentation formatting, updates type annotations, and enhances method parameter formatting |
| src/flet_video/types.py | Updates type annotations from Dict to dict and improves documentation line wrapping |
| src/flet_video/init.py | Adds all list for better module exports |
| pyproject.toml | Reorganizes dependency groups and adds version constraints for documentation tools |
| mkdocs.yml | Updates documentation configuration and plugin settings |
| examples/video_example/src/main.py | Fixes event handler name from on_loaded to on_load |
| docs/types/playlist_mode.md | Adds mkdocstrings configuration option |
| .pre-commit-config.yaml | Replaces isort/black with ruff for linting and formatting |
| .github/workflows/docs.yml | Adds dev branch to documentation workflow and updates dependency installation |
FeodorFitsner
approved these changes
Jul 27, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.