Skip to content

Conversation

@ndonkoHenri
Copy link
Contributor

No description provided.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the documentation tooling and modernizes Python type annotations and code formatting across the flet-webview project.

Key changes include:

  • Modernized Python type annotations from typing.List to list and updated event handler type definitions
  • Enhanced documentation configuration with updated dependencies and improved docstring handling
  • Updated development tooling including flutter_lints upgrade, ruff configuration, and pre-commit hooks

Reviewed Changes

Copilot reviewed 10 out of 11 changed files in this pull request and generated no comments.

Show a summary per file
File Description
src/flutter/flet_webview/pubspec.yaml Updates flutter_lints from v2.0.0 to v3.0.0
src/flet_webview/webview.py Modernizes type annotations, improves documentation formatting, and refactors method calls
src/flet_webview/types.py Updates event class type parameters and adds proper forward references
src/flet_webview/init.py Adds explicit all list for better module exports
pyproject.toml Reorganizes dependency groups and updates documentation dependencies
mkdocs.yml Updates documentation configuration with new plugins and improved settings
docs/types/*.md Adds signature separation options for type documentation
.pre-commit-config.yaml Replaces black/isort with ruff tooling and adds additional hooks
.github/workflows/docs.yml Includes dev branch in documentation deployment and adds lint dependencies
Comments suppressed due to low confidence (1)

src/flutter/flet_webview/pubspec.yaml:33

  • flutter_lints version ^3.0.0 may not exist. As of January 2025, the latest stable version was 2.x. Please verify this version exists before updating.
  flutter_lints: ^3.0.0

@FeodorFitsner FeodorFitsner merged commit fbb41fd into main Jul 27, 2025
4 checks passed
@FeodorFitsner FeodorFitsner deleted the dev branch July 27, 2025 20:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants