mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
### Before https://github.com/user-attachments/assets/436e49a7-015b-4383-9670-11917945c659 ### After https://github.com/user-attachments/assets/6ea5aaa3-7d9f-42be-969b-a03119c8c0d8 ### Native https://github.com/user-attachments/assets/7b8c0f5d-9b72-48b6-8ec5-6c994c24a4ad Fixes [CupertinoSliverNavigationBar with extended large title doesn't have a transparent background with transitionBetweenRoutes](https://github.com/flutter/flutter/issues/168406)
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.