flutter / platform_tests

Tools & tests to verify Flutter's fidelity on specific platforms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Tools & tests to verify Flutter's fidelity on specific platforms

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Dart 46.7%Language:Swift 26.9%Language:Java 9.7%Language:Objective-C 8.9%Language:Kotlin 7.0%Language:Shell 0.8%