GitXplorerGitXplorer
f

platform_tests

public
47 stars
34 forks
0 issues

Commits

List of commits on branch main.
Verified
4fd6f9659c5389fca8fc22e5ba3a2409203ef542

Bump github/codeql-action from 3.28.0 to 3.28.1 (#137)

ddependabot[bot] committed 5 days ago
Verified
8dbdebf7e0c6e199033f86a11f6ce135dd4440ac

Bump github/codeql-action from 3.27.9 to 3.28.0 (#136)

ddependabot[bot] committed a month ago
Verified
cf5edc4dd30d7be982daf76fc7682df46656bcb0

Bump github/codeql-action from 3.27.7 to 3.27.9 (#135)

ddependabot[bot] committed a month ago
Verified
976de41d78fdcea28af686d833cc5d366b8b85d7

Bump github/codeql-action from 3.27.6 to 3.27.7 (#134)

ddependabot[bot] committed a month ago
Verified
64729f3db57b0edbd844661b2f04a4f177f2e891

Bump github/codeql-action from 3.27.5 to 3.27.6 (#133)

ddependabot[bot] committed a month ago
Verified
a8efec69ebe7ad8b8fde288faec6657c6879f81b

Bump github/codeql-action from 3.27.4 to 3.27.5 (#132)

ddependabot[bot] committed 2 months ago

README

The README file for this repository.

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.