flutter/dev/benchmarks/imitation_game_flutter
Danny Tuppeny c8d620e665
Unpin test/test_core/test_api packages (#169198)
These packages were recently pinned (in
https://github.com/flutter/flutter/pull/168916) due to a bug
(https://github.com/dart-lang/test/issues/2498).

That bug was fixed and new versions of the test packages published. This
change unpins and lets them upgrade to the fixed version.
2025-05-22 23:15:08 +00:00
..
lib Add Benchmarks and examples to compare swiftui and flutter (#160681) 2025-02-04 00:07:19 +00:00
.gitignore Add Benchmarks and examples to compare swiftui and flutter (#160681) 2025-02-04 00:07:19 +00:00
.metadata Add Benchmarks and examples to compare swiftui and flutter (#160681) 2025-02-04 00:07:19 +00:00
analysis_options.yaml Add Benchmarks and examples to compare swiftui and flutter (#160681) 2025-02-04 00:07:19 +00:00
pubspec.yaml Unpin test/test_core/test_api packages (#169198) 2025-05-22 23:15:08 +00:00
README.md Add Benchmarks and examples to compare swiftui and flutter (#160681) 2025-02-04 00:07:19 +00:00

This is the example Flutter app used to compare performance to a equivalent SwiftUI app. See here for more info: https://github.com/flutter/flutter/issues/154138