Bump min Dart SDK to 3.6 and Flutter to 3.27#283
Merged
Conversation
…platform_interface` Update the minimum required Dart SDK to 3.6.0 and Flutter SDK to 3.27.0 in preparation for aligning all plugin packages to these baseline versions.
…web` Update the minimum Dart SDK to 3.6.0 and Flutter SDK to 3.27.0 for both the web plugin and its example, as part of aligning all plugins to these baseline versions.
…android` Update the minimum Dart SDK to 3.6.0 and Flutter SDK to 3.27.0 for both the android plugin and its example, as part of aligning all plugins to these baseline versions.
…ios` Update the minimum Dart SDK to 3.6.0 and Flutter SDK to 3.27.0 for both the ios plugin and its example, as part of aligning all plugins to these baseline versions.
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the minimum Dart SDK version from 3.3.0 to 3.6.0 and the minimum Flutter version from 3.19.0 to 3.27.0 across the entire federated plugin structure. The changes ensure consistency across all packages and update iOS project configurations to support the new Flutter tooling.
Key changes:
- Updated SDK constraints in all package and example
pubspec.yamlfiles - Updated
.tool-versionsto Flutter 3.27.3-stable - Migrated iOS example projects from CocoaPods-based plugin integration to Swift Package Manager (FlutterGeneratedPluginSwiftPackage)
- Updated
.gitignorefiles to accommodate new Flutter build artifacts
Reviewed changes
Copilot reviewed 16 out of 18 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
flutter_custom_tabs_web/pubspec.yaml |
Updated SDK constraints to 3.6.0 and Flutter to 3.27.0 |
flutter_custom_tabs_web/example/pubspec.yaml |
Updated SDK constraints in example app |
flutter_custom_tabs_platform_interface/pubspec.yaml |
Updated SDK constraints for platform interface |
flutter_custom_tabs_ios/pubspec.yaml |
Updated SDK constraints for iOS implementation |
flutter_custom_tabs_ios/example/pubspec.yaml |
Updated SDK constraints in iOS example app |
flutter_custom_tabs_ios/example/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme |
Added PreAction to run Flutter framework preparation script |
flutter_custom_tabs_ios/example/ios/Runner.xcodeproj/project.pbxproj |
Migrated to Swift Package Manager for plugin integration, removed CocoaPods framework embedding |
flutter_custom_tabs_ios/example/ios/Podfile.lock |
Removed plugin dependencies (now managed by SPM) |
flutter_custom_tabs_android/pubspec.yaml |
Updated SDK constraints for Android implementation |
flutter_custom_tabs_android/example/pubspec.yaml |
Updated SDK constraints in Android example app |
flutter_custom_tabs/pubspec.yaml |
Updated SDK constraints for main app-facing package |
flutter_custom_tabs/example/pubspec.yaml |
Updated SDK constraints and removed trailing whitespace |
flutter_custom_tabs/example/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme |
Added PreAction to run Flutter framework preparation script |
flutter_custom_tabs/example/ios/Runner.xcodeproj/project.pbxproj |
Migrated to Swift Package Manager for plugin integration |
flutter_custom_tabs/example/ios/Podfile.lock |
Removed plugin dependencies (now managed by SPM) |
flutter_custom_tabs/example/ios/.gitignore |
Added ignore patterns for dgph and Flutter/ephemeral/ |
flutter_custom_tabs/example/.gitignore |
Added ignore patterns for .build/, .swiftpm/, and migrate_working_dir/ |
.tool-versions |
Updated Flutter version to 3.27.3-stable |
Add `example/ios/Flutter/**` to the exclude list in `.swiftformat` and `.swiftlint.yml` to prevent formatting and linting of files generated by SPM(FlutterGeneratedPluginSwiftPackage) after migrating iOS example projects from CocoaPods to SPM-based integration.
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.
No description provided.