https://github.com/flutter/platform_tests
Tools & tests to verify Flutter's fidelity on specific platforms
https://github.com/flutter/platform_tests
Last synced: 3 months ago
JSON representation
Tools & tests to verify Flutter's fidelity on specific platforms
- Host: GitHub
- URL: https://github.com/flutter/platform_tests
- Owner: flutter
- License: bsd-3-clause
- Created: 2019-02-27T20:53:27.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2025-03-25T03:00:53.000Z (11 months ago)
- Last Synced: 2025-03-31T04:07:24.248Z (11 months ago)
- Language: Dart
- Size: 856 KB
- Stars: 47
- Watchers: 75
- Forks: 33
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
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.