aves_mio1/.flutter/packages/flutter/test/cupertino
FabioMich66 19a982ede6
Some checks are pending
Quality check / Flutter analysis (push) Waiting to run
Quality check / CodeQL analysis (java-kotlin) (push) Waiting to run
first commit
2026-03-05 15:51:30 +01:00
..
material first commit 2026-03-05 15:51:30 +01:00
action_sheet_test.dart first commit 2026-03-05 15:51:30 +01:00
activity_indicator_test.dart first commit 2026-03-05 15:51:30 +01:00
adaptive_text_selection_toolbar_test.dart first commit 2026-03-05 15:51:30 +01:00
app_test.dart first commit 2026-03-05 15:51:30 +01:00
bottom_tab_bar_test.dart first commit 2026-03-05 15:51:30 +01:00
button_test.dart first commit 2026-03-05 15:51:30 +01:00
checkbox_test.dart first commit 2026-03-05 15:51:30 +01:00
colors_test.dart first commit 2026-03-05 15:51:30 +01:00
context_menu_action_test.dart first commit 2026-03-05 15:51:30 +01:00
context_menu_test.dart first commit 2026-03-05 15:51:30 +01:00
cupertino_focus_halo_test.dart first commit 2026-03-05 15:51:30 +01:00
date_picker_test.dart first commit 2026-03-05 15:51:30 +01:00
debug_test.dart first commit 2026-03-05 15:51:30 +01:00
desktop_text_selection_toolbar_button_test.dart first commit 2026-03-05 15:51:30 +01:00
desktop_text_selection_toolbar_test.dart first commit 2026-03-05 15:51:30 +01:00
dialog_test.dart first commit 2026-03-05 15:51:30 +01:00
expansion_tile_test.dart first commit 2026-03-05 15:51:30 +01:00
form_row_test.dart first commit 2026-03-05 15:51:30 +01:00
form_section_test.dart first commit 2026-03-05 15:51:30 +01:00
icon_theme_data_test.dart first commit 2026-03-05 15:51:30 +01:00
list_section_test.dart first commit 2026-03-05 15:51:30 +01:00
list_tile_test.dart first commit 2026-03-05 15:51:30 +01:00
localizations_test.dart first commit 2026-03-05 15:51:30 +01:00
magnifier_test.dart first commit 2026-03-05 15:51:30 +01:00
nav_bar_test.dart first commit 2026-03-05 15:51:30 +01:00
nav_bar_transition_test.dart first commit 2026-03-05 15:51:30 +01:00
page_test.dart first commit 2026-03-05 15:51:30 +01:00
picker_test.dart first commit 2026-03-05 15:51:30 +01:00
popup_surface_test.dart first commit 2026-03-05 15:51:30 +01:00
radio_test.dart first commit 2026-03-05 15:51:30 +01:00
README.md first commit 2026-03-05 15:51:30 +01:00
refresh_test.dart first commit 2026-03-05 15:51:30 +01:00
route_test.dart first commit 2026-03-05 15:51:30 +01:00
scaffold_test.dart first commit 2026-03-05 15:51:30 +01:00
scrollbar_paint_test.dart first commit 2026-03-05 15:51:30 +01:00
scrollbar_test.dart first commit 2026-03-05 15:51:30 +01:00
search_field_test.dart first commit 2026-03-05 15:51:30 +01:00
segmented_control_test.dart first commit 2026-03-05 15:51:30 +01:00
sheet_test.dart first commit 2026-03-05 15:51:30 +01:00
slider_test.dart first commit 2026-03-05 15:51:30 +01:00
sliding_segmented_control_test.dart first commit 2026-03-05 15:51:30 +01:00
spell_check_suggestions_toolbar_test.dart first commit 2026-03-05 15:51:30 +01:00
switch_test.dart first commit 2026-03-05 15:51:30 +01:00
tab_scaffold_test.dart first commit 2026-03-05 15:51:30 +01:00
tab_test.dart first commit 2026-03-05 15:51:30 +01:00
text_field_restoration_test.dart first commit 2026-03-05 15:51:30 +01:00
text_field_test.dart first commit 2026-03-05 15:51:30 +01:00
text_form_field_row_restoration_test.dart first commit 2026-03-05 15:51:30 +01:00
text_form_field_row_test.dart first commit 2026-03-05 15:51:30 +01:00
text_selection_test.dart first commit 2026-03-05 15:51:30 +01:00
text_selection_toolbar_button_test.dart first commit 2026-03-05 15:51:30 +01:00
text_selection_toolbar_test.dart first commit 2026-03-05 15:51:30 +01:00
text_theme_test.dart first commit 2026-03-05 15:51:30 +01:00
theme_test.dart first commit 2026-03-05 15:51:30 +01:00

Tests for the Cupertino package

Avoid importing the Material 'package:flutter/material.dart' in these tests as we're trying to test the Cupertino package in standalone scenarios.

The 'material' subdirectory contains tests for cross-interactions of Material Cupertino widgets in hybridized apps.

Some tests may also be replicated in the Material tests when Material reuses Cupertino components on iOS such as page transitions and text editing.