chore: update compatibility with Flutter 3.47 - #433
Open
RmanAkbarzadeh wants to merge 4 commits into
Open
Conversation
Author
|
@xvrh After your changes to remove cupertino.dart and material.dart, I made the same changes here. I also migrated only the examples and tests to the standalone material_ui and cupertino_ui packages to avoid the deprecation issues expected in November. |
Owner
|
@RmanAkbarzadeh if only example & test uses material_ui, we don't need it in pubspec > |
Author
|
@xvrh You're right. I moved them to |
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.
Description
This PR updates the package for Flutter 3.47.1 and migrates the existing Material and Cupertino UI code to the new standalone
material_uiandcupertino_uipackages.Changes
package:flutter/material.darttopackage:material_ui/material_ui.dartpackage:flutter/cupertino.darttopackage:cupertino_ui/cupertino_ui.dartValidation
flutter analyze— passedNotes
This is a compatibility and migration update. No intentional changes have been made to the package's existing behavior or functionality.