LICENSE.md
MANIFEST.in
README.md
pyproject.toml
fletplus/__init__.py
fletplus/core_legacy.py
fletplus.egg-info/PKG-INFO
fletplus.egg-info/SOURCES.txt
fletplus.egg-info/dependency_links.txt
fletplus.egg-info/entry_points.txt
fletplus.egg-info/requires.txt
fletplus.egg-info/top_level.txt
fletplus/animation/__init__.py
fletplus/animation/controller.py
fletplus/animation/listeners_backend.py
fletplus/animation/listeners_rs.py
fletplus/animation/wrappers.py
fletplus/animation/listeners_pr_rs/Cargo.lock
fletplus/animation/listeners_pr_rs/Cargo.toml
fletplus/animation/listeners_pr_rs/__init__.py
fletplus/animation/listeners_pr_rs/src/lib.rs
fletplus/animation/listeners_rs/Cargo.lock
fletplus/animation/listeners_rs/Cargo.toml
fletplus/animation/listeners_rs/src/lib.rs
fletplus/cli/__init__.py
fletplus/cli/build.py
fletplus/cli/main.py
fletplus/cli/templates/app/.gitignore
fletplus/cli/templates/app/README.md
fletplus/cli/templates/app/requirements.txt
fletplus/cli/templates/app/src/__init__.py
fletplus/cli/templates/app/src/main.py
fletplus/components/__init__.py
fletplus/components/accessibility_panel.py
fletplus/components/adaptive_app_header.py
fletplus/components/adaptive_layout.py
fletplus/components/buttons.py
fletplus/components/caption_overlay.py
fletplus/components/command_palette.py
fletplus/components/layouts.py
fletplus/components/responsive_container.py
fletplus/components/responsive_grid.py
fletplus/components/sidebar_admin.py
fletplus/components/smart_table.py
fletplus/components/universal_scaffold.py
fletplus/components/charts/__init__.py
fletplus/components/charts/line_chart.py
fletplus/components/charts/line_chart_rs/Cargo.lock
fletplus/components/charts/line_chart_rs/Cargo.toml
fletplus/components/charts/line_chart_rs/__init__.py
fletplus/components/charts/line_chart_rs/src/lib.rs
fletplus/components/command_palette_rs/Cargo.lock
fletplus/components/command_palette_rs/Cargo.toml
fletplus/components/command_palette_rs/__init__.py
fletplus/components/command_palette_rs/src/lib.rs
fletplus/components/responsive_grid_rs/Cargo.lock
fletplus/components/responsive_grid_rs/Cargo.toml
fletplus/components/responsive_grid_rs/__init__.py
fletplus/components/responsive_grid_rs/src/lib.rs
fletplus/components/smart_table_rs/Cargo.lock
fletplus/components/smart_table_rs/Cargo.toml
fletplus/components/smart_table_rs/__init__.py
fletplus/components/smart_table_rs/src/lib.rs
fletplus/context/__init__.py
fletplus/core/__init__.py
fletplus/core/app.py
fletplus/core/layout.py
fletplus/core/state.py
fletplus/desktop/__init__.py
fletplus/desktop/notifications.py
fletplus/desktop/system_tray.py
fletplus/desktop/window_manager.py
fletplus/devtools/__init__.py
fletplus/devtools/server.py
fletplus/http/__init__.py
fletplus/http/client.py
fletplus/http/disk_cache.c
fletplus/http/disk_cache.pxd
fletplus/http/disk_cache.py
fletplus/http/disk_cache.pyx
fletplus/http/disk_cache_pr.py
fletplus/http/disk_cache_py.py
fletplus/http/disk_cache_pr_rs/Cargo.lock
fletplus/http/disk_cache_pr_rs/Cargo.toml
fletplus/http/disk_cache_pr_rs/__init__.py
fletplus/http/disk_cache_pr_rs/src/lib.rs
fletplus/icons/__init__.py
fletplus/icons/lucide.json
fletplus/icons/material.json
fletplus/router/__init__.py
fletplus/router/route.py
fletplus/router/router.py
fletplus/router/router_cy.c
fletplus/router/router_cy.pxd
fletplus/router/router_cy.pyx
fletplus/router/router_pr.py
fletplus/router/router_pr_rs/Cargo.lock
fletplus/router/router_pr_rs/Cargo.toml
fletplus/router/router_pr_rs/__init__.py
fletplus/router/router_pr_rs/src/lib.rs
fletplus/router/router_rs/Cargo.lock
fletplus/router/router_rs/Cargo.toml
fletplus/router/router_rs/__init__.py
fletplus/router/router_rs/src/lib.rs
fletplus/state/__init__.py
fletplus/state/_native.py
fletplus/state/hooks.py
fletplus/state/state.c
fletplus/state/state.pxd
fletplus/state/state.py
fletplus/state/state.pyx
fletplus/state/signal_pr_rs/Cargo.lock
fletplus/state/signal_pr_rs/Cargo.toml
fletplus/state/signal_pr_rs/__init__.py
fletplus/state/signal_pr_rs/src/lib.rs
fletplus/storage/__init__.py
fletplus/storage/files.py
fletplus/storage/local.py
fletplus/storage/session.py
fletplus/styles/__init__.py
fletplus/styles/style.py
fletplus/themes/__init__.py
fletplus/themes/adaptive_theme.py
fletplus/themes/palettes.py
fletplus/themes/presets.py
fletplus/themes/theme_manager.py
fletplus/themes/palette_flatten_rs/Cargo.lock
fletplus/themes/palette_flatten_rs/Cargo.toml
fletplus/themes/palette_flatten_rs/__init__.py
fletplus/themes/palette_flatten_rs/src/lib.rs
fletplus/themes/theme_merge_rs/Cargo.lock
fletplus/themes/theme_merge_rs/Cargo.toml
fletplus/themes/theme_merge_rs/__init__.py
fletplus/themes/theme_merge_rs/src/lib.rs
fletplus/themes/token_merge_rs/Cargo.lock
fletplus/themes/token_merge_rs/Cargo.toml
fletplus/themes/token_merge_rs/__init__.py
fletplus/themes/token_merge_rs/src/lib.rs
fletplus/utils/__init__.py
fletplus/utils/_native.py
fletplus/utils/accessibility.py
fletplus/utils/device.py
fletplus/utils/device_profiles.py
fletplus/utils/dragdrop.py
fletplus/utils/flet_compat.py
fletplus/utils/flet_compat_patch.py
fletplus/utils/preferences.py
fletplus/utils/responsive_breakpoints.py
fletplus/utils/responsive_manager.c
fletplus/utils/responsive_manager.pxd
fletplus/utils/responsive_manager.py
fletplus/utils/responsive_manager.pyx
fletplus/utils/responsive_style.py
fletplus/utils/responsive_typography.py
fletplus/utils/responsive_visibility.py
fletplus/utils/safe_subprocess.py
fletplus/utils/shortcut_manager.py
fletplus/utils/breakpoint_rs/Cargo.lock
fletplus/utils/breakpoint_rs/Cargo.toml
fletplus/utils/breakpoint_rs/__init__.py
fletplus/utils/breakpoint_rs/src/lib.rs
fletplus/utils/responsive_manager_rs/Cargo.lock
fletplus/utils/responsive_manager_rs/Cargo.toml
fletplus/utils/responsive_manager_rs/__init__.py
fletplus/utils/responsive_manager_rs/src/lib.rs
fletplus/web/__init__.py
fletplus/web/pwa.py
fletplus_demo/__init__.py
fletplus_demo/__main__.py
fletplus_demo/app.py
fletplus_demo/capture.py
tests/test_accessibility.py
tests/test_accessibility_panel.py
tests/test_adaptive_app_header.py
tests/test_adaptive_layout.py
tests/test_all.py
tests/test_animation.py
tests/test_animation_listeners.py
tests/test_animation_listeners_parity.py
tests/test_buttons.py
tests/test_caption_overlay.py
tests/test_check_bandit_command_sync.py
tests/test_check_ci_workflow_contract.py
tests/test_check_optional_dependency_refs.py
tests/test_cli_build.py
tests/test_cli_create.py
tests/test_cli_main.py
tests/test_command_palette.py
tests/test_command_palette_rs_backend.py
tests/test_context.py
tests/test_core_logging.py
tests/test_demo_template_smoke.py
tests/test_device_detection.py
tests/test_device_profiles.py
tests/test_dragdrop.py
tests/test_examples_bootstrap.py
tests/test_flet_api_contracts.py
tests/test_flet_compat.py
tests/test_flet_compat_patch_activation.py
tests/test_flet_version_matrix.py
tests/test_fletplus_app.py
tests/test_http_cache.py
tests/test_http_client.py
tests/test_http_client_import.py
tests/test_icons.py
tests/test_layouts.py
tests/test_line_chart.py
tests/test_line_chart_rs_backend.py
tests/test_notifications.py
tests/test_optional_backend_import_fallbacks.py
tests/test_padding_migration_contract.py
tests/test_preferences.py
tests/test_public_api_entrypoints.py
tests/test_pwa.py
tests/test_responsive_container_component.py
tests/test_responsive_demo_examples.py
tests/test_responsive_grid.py
tests/test_responsive_grid_rs.py
tests/test_responsive_manager.py
tests/test_responsive_style.py
tests/test_responsive_typography.py
tests/test_responsive_visibility.py
tests/test_router.py
tests/test_router_backend_import_policy.py
tests/test_router_pr_rs_import.py
tests/test_router_rs_contract.py
tests/test_router_rs_integration.py
tests/test_safe_subprocess.py
tests/test_shortcut_manager.py
tests/test_sidebar_admin.py
tests/test_smart_table.py
tests/test_smart_table_rs_backend.py
tests/test_smart_table_virtualized.py
tests/test_state.py
tests/test_style.py
tests/test_system_tray.py
tests/test_theme_manager.py
tests/test_theme_manager_signals.py
tests/test_theme_palettes.py
tests/test_theme_tokens.py
tests/test_token_merge_layers.py
tests/test_unit_stub_fixtures.py
tests/test_universal_scaffold.py
tests/test_window_manager.py
tests/test_workflow_validation_contract.py