Skip to content

Conversation

timbotimbo2
Copy link
Contributor

Description

The github action 'genopets', that checks all pull requests and commits on master, is still running Flutter 3.3.0.
This will lead to instant rejections when using Flutter or Dart sdk features that surpass this, like here #1028.

  • I updated the Flutter version to 3.24.5.
  • flutter format is replaced by dart format for compatibility with newer Flutter versions.
  • setMockMethodCallHandler is replaced in the tests. This is deprected since Flutter 3.9 and will throw warnings in dart analyze.

Type of Change

  • ✨ New feature (non-breaking change which adds functionality)
  • 🛠️ Bug fix (non-breaking change which fixes an issue)
  • ❌ Breaking change (fix or feature that would cause existing functionality to change)
  • 🧹 Code refactor
  • ✅ Build configuration change
  • 📝 Documentation
  • 🗑️ Chore

@timbotimbo timbotimbo self-requested a review July 24, 2025 16:04
@timbotimbo timbotimbo merged commit a14d4f9 into juicycleff:master Jul 24, 2025
1 check passed
@timbotimbo timbotimbo deleted the action_update branch July 28, 2025 16:35
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