mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
## Before https://github.com/user-attachments/assets/84b86117-3820-4ac6-a204-81b123e5e543 ## After https://github.com/user-attachments/assets/f3374e69-ea7a-4bbf-9c92-669d0520c922 Fixes https://github.com/flutter/flutter/issues/122951.
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.