Prepare 4.0: material_ui migration, animation fixes, and docs - #77
Merged
Conversation
Keep period, enabled, and infinite loops in sync at runtime, and replace the single construction smoke test with coverage plus usage docs. Co-authored-by: Cursor <cursoragent@cursor.com>
Flutter 3.47 decoupled Material from the SDK; this major bump requires Flutter 3.44+ so consumers track the new design library. Co-authored-by: Cursor <cursoragent@cursor.com>
Raise the iOS deployment target, adopt UIScene, and ignore generated SwiftPM/build paths so the demo matches the new SDK floor. Co-authored-by: Cursor <cursoragent@cursor.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
package:flutter/material.dartto the standalonematerial_uipackage and bump to 4.0.0 (Flutter>=3.44.0/ Dart^3.12.0).periodupdates at runtime,enabledcan restart a finished loop, and infinite loops start withrepeat().docs/, modernize CI, and align the example iOS project with Flutter 3.47 (iOS 15 + UIScene).Test plan
flutter test(18 tests)flutter analyzein the package andexample/package:flutter/material.dartcan wrap legacy subtrees inMaterialUiCompatibilityBridgeexample/Loading List and Slide To Unlock demosenabledand changeperiod/loopon a liveShimmerwithout remountingMade with Cursor