Update development and testing dependencies#287
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates development and testing dependencies across all packages in the flutter_custom_tabs federated plugin. The updates include linting tools, code generation tools, and testing utilities to their latest versions.
- Updates
flutter_lintsfrom^4.0.0to^5.0.0across all packages and examples - Updates
pigeonfrom^22.7.0to^26.0.0in Android and iOS platform packages with corresponding regenerated code - Updates
mockitofrom^5.4.2to^5.4.4in the platform interface package
Reviewed changes
Copilot reviewed 13 out of 13 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| flutter_custom_tabs_web/pubspec.yaml | Updates flutter_lints to ^5.0.0 |
| flutter_custom_tabs_web/example/pubspec.yaml | Updates flutter_lints to ^5.0.0 in example |
| flutter_custom_tabs_platform_interface/pubspec.yaml | Updates mockito to ^5.4.4 and flutter_lints to ^5.0.0 |
| flutter_custom_tabs_ios/pubspec.yaml | Updates flutter_lints to ^5.0.0 and pigeon to ^26.0.0 |
| flutter_custom_tabs_ios/lib/src/messages/messages.g.dart | Regenerated Pigeon code for iOS Dart side (v26.0.1) |
| flutter_custom_tabs_ios/ios/flutter_custom_tabs_ios/Sources/flutter_custom_tabs_ios/messages.g.swift | Regenerated Pigeon code for iOS Swift side (v26.0.1) |
| flutter_custom_tabs_ios/example/pubspec.yaml | Updates flutter_lints to ^5.0.0 in iOS example |
| flutter_custom_tabs_android/pubspec.yaml | Updates flutter_lints to ^5.0.0 and pigeon to ^26.0.0 |
| flutter_custom_tabs_android/lib/src/messages/messages.g.dart | Regenerated Pigeon code for Android Dart side (v26.0.1) |
| flutter_custom_tabs_android/example/pubspec.yaml | Updates flutter_lints to ^5.0.0 in Android example |
| flutter_custom_tabs_android/android/src/main/kotlin/com/github/droibit/flutter/plugins/customtabs/Messages.kt | Regenerated Pigeon code for Android Kotlin side (v26.0.1) |
| flutter_custom_tabs/pubspec.yaml | Updates flutter_lints to ^5.0.0 |
| flutter_custom_tabs/example/pubspec.yaml | Updates flutter_lints to ^5.0.0 in main example |
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.