flutter/packages/flutter
Mitchell Goodwin 2be5084b26
Fixes the transition builder changing the Cupertino transition on Android. (#134790)
Fixes #124850.

Changes the fallback for the builder on Android. Before the error was from the platform being changed mid Cupertino transition to iOS. If a default builder wasn't set for iOS (which a developer developing only for Android might not), then it defaulted to the Zoom transition. Which changing the transition while on the fly caused issues.
2024-03-08 19:00:16 +00:00
..
lib Fixes the transition builder changing the Cupertino transition on Android. (#134790) 2024-03-08 19:00:16 +00:00
test Fixes the transition builder changing the Cupertino transition on Android. (#134790) 2024-03-08 19:00:16 +00:00
test_fixes Reland "Reland - Introduce tone-based surfaces and accent color add-ons - Part 2" (#144273) 2024-02-28 13:55:50 -08:00
test_private Upgrade leak_tracker. (#143236) 2024-02-09 14:41:22 -08:00
test_profile Fix typos (#121171) 2023-02-23 19:43:21 +00:00
test_release Rename MemoryAllocations to FlutterMemoryAllocations. (#140623) 2024-01-02 09:56:30 -08:00
analysis_options.yaml
build.yaml
dart_test.yaml
LICENSE
pubspec.yaml [web] Move JS interop to extension types (#143274) 2024-02-12 11:14:10 -08:00
README.md

Flutter

Flutter is a new way to build high-performance, cross-platform mobile, web, and desktop apps. Flutter is optimized for today's — and tomorrow's — mobile and desktop devices. We are focused on low-latency input and high frame rates on all platforms.

See the getting started guide for information about using Flutter.