Skip to content

Bump Flutter CI and Dart SDK constraints#154

Merged
benjaben merged 7 commits intomainfrom
ci-workflow-updates
Feb 20, 2026
Merged

Bump Flutter CI and Dart SDK constraints#154
benjaben merged 7 commits intomainfrom
ci-workflow-updates

Conversation

@benjaben
Copy link
Contributor

Upgrade GitHub Actions Flutter versions to 3.38.5 for embrace_android, embrace_dio, embrace_ios and embrace_platform_interface CI workflows. Update Dart SDK environment lower bound to >=3.0.0 <4.0.0 in embrace_android, embrace_ios and embrace_platform_interface pubspecs to require Dart 3 compatibility.

Upgrade GitHub Actions Flutter versions to 3.38.5 for embrace_android, embrace_dio, embrace_ios and embrace_platform_interface CI workflows. Update Dart SDK environment lower bound to >=3.0.0 <4.0.0 in embrace_android, embrace_ios and embrace_platform_interface pubspecs to require Dart 3 compatibility.
@benjaben benjaben self-assigned this Feb 18, 2026
@benjaben benjaben requested review from a team as code owners February 18, 2026 02:07
Remove the unnecessary null-assertion operator from TestDefaultBinaryMessengerBinding.instance in embrace_android/test/embrace_android_test.dart. The instance property is non-nullable, so drop the `!` to satisfy null-safety and avoid an unnecessary assertion when setting the mock method call handler.
Replace direct MethodChannel.setMockMethodCallHandler calls with TestDefaultBinaryMessengerBinding.instance.defaultBinaryMessenger.setMockMethodCallHandler(...) in tests to use the test binary messenger API. Also apply minor formatting fixes (add trailing commas) in method_channel_embrace.dart and the tests.
@benjaben benjaben merged commit 58c2a0c into main Feb 20, 2026
13 checks passed
@benjaben benjaben deleted the ci-workflow-updates branch February 20, 2026 01:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants