# platform_tests **Repository Path**: mirrors_flutter/platform_tests ## Basic Information - **Project Name**: platform_tests - **Description**: Tools & tests to verify Flutter's fidelity on specific platforms - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-04-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Platform testing tools This repository contains a collection of tools that are used to measure and test Flutter's fidelity around platform specific behaviors. ## ios_widget_catalog_compare Overlays Flutter `cupertino` widgets with the corresponding SwiftUI element to compare look and behavior. ## scroll_overlay Overlays a Flutter scrollable with a platform scrollable to compare the fidelity of the implementation. ## tabs_overlay Overlays a Flutter TabBarView with a platform tab view to compare the fidelity of the implementation. ## transition_overlay Overlays Flutter transition animations with platform transitions to compare the fidelity of the implementation.