tree: 9b0a4a526e0684078ae8ed4179f8b331f7e740bc [path history] [tgz]
  1. material/
  2. action_sheet_test.dart
  3. activity_indicator_test.dart
  4. app_test.dart
  5. bottom_tab_bar_test.dart
  6. button_test.dart
  7. colors_test.dart
  8. context_menu_action_test.dart
  9. context_menu_test.dart
  10. date_picker_test.dart
  11. dialog_test.dart
  12. icon_theme_data_test.dart
  13. localizations_test.dart
  14. nav_bar_test.dart
  15. nav_bar_transition_test.dart
  16. page_test.dart
  17. picker_test.dart
  18. README.md
  19. refresh_test.dart
  20. route_test.dart
  21. scaffold_test.dart
  22. scrollbar_paint_test.dart
  23. scrollbar_test.dart
  24. segmented_control_test.dart
  25. slider_test.dart
  26. sliding_segmented_control_test.dart
  27. switch_test.dart
  28. tab_scaffold_test.dart
  29. tab_test.dart
  30. text_field_restoration_test.dart
  31. text_field_test.dart
  32. text_selection_test.dart
  33. theme_test.dart
packages/flutter/test/cupertino/README.md

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.