Skip to content

chore: update Flutter and Gradle versions, and upgrade dependencies #2

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 3 commits into
base: master
Choose a base branch
from

Conversation

mirland
Copy link

@mirland mirland commented Apr 2, 2025

No description provided.

@mirland mirland force-pushed the chore/dependencies branch from fa43912 to e677098 Compare April 3, 2025 14:51
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR updates several dependency and environment versions to keep the project current.

  • Update Flutter SDK constraints and dependency versions in pubspec.yaml.
  • Upgrade Java version in the GitHub workflow and retain the Flutter test setup.

Reviewed Changes

Copilot reviewed 4 out of 9 changed files in this pull request and generated no comments.

File Description
pubspec.yaml Updated Flutter SDK constraint and several dependency versions.
.github/workflows/flutter_drive.yml Upgraded Java from 8.x to 17.x and updated workflow configuration.
Files not reviewed (5)
  • android/build.gradle: Language not supported
  • android/gradle/wrapper/gradle-wrapper.properties: Language not supported
  • android/gradlew: Language not supported
  • android/gradlew.bat: Language not supported
  • android/src/main/AndroidManifest.xml: Language not supported
Comments suppressed due to low confidence (1)

.github/workflows/flutter_drive.yml:26

  • The Flutter version specified in the workflow (2.2.0-10.1.pre) may not be compatible with the new SDK constraint (>=3.29.2) declared in pubspec.yaml; please update it to a version that supports the updated SDK.
            flutter-version: '2.2.0-10.1.pre'

Copy link

@nicolantean nicolantean left a comment

Choose a reason for hiding this comment

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

Great work!

Comment on lines +33 to +34
sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
Copy link
Member

Choose a reason for hiding this comment

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

cannot this be updated to 17 too?

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.

3 participants