Skip to content

feat: upgrade dependencies and environment requirements #375

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

jokerttu
Copy link
Contributor

@jokerttu jokerttu commented Jun 4, 2025

Updates minimun Dart SDK version to ^3.8.0
Updates minimun Flutter version to ^3.32.0

Package upgrades:

  • flutter_lints: ^4.0.0 -> ^6.0.0
  • mockito: 5.4.4 -> 5.4.6
  • pigeon: 15.0.0 -> 25.3.2

Updates example app to use Gradle's declarative plugins block.
Re-formats the codebase with latest flutter formatter.

Fixes #367

Pre-launch Checklist

  • I read the Contributor Guide and followed the process outlined there for submitting PRs.
  • I signed the CLA.
  • I listed at least one issue that this PR fixes in the description above.
  • I updated/added relevant documentation
  • I added new tests to check the change I am making
  • All existing and new tests are passing.

@jokerttu jokerttu requested a review from aednlaxer June 4, 2025 06:36
@jokerttu jokerttu changed the title feat: upgrade dependencies and environment feat: upgrade dependencies and environment requirements Jun 4, 2025
Copy link
Contributor

@aednlaxer aednlaxer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. There are some issues with code format and tests in CI

}
}

include ":app"
plugins {
id "dev.flutter.flutter-plugin-loader" version "1.0.0" // apply true
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this part is not needed

Suggested change
id "dev.flutter.flutter-plugin-loader" version "1.0.0" // apply true
id "dev.flutter.flutter-plugin-loader" version "1.0.0"

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.

Pigeon version should be updated to pass static analysis on pub.dev
3 participants