Skip to content
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

Upgrade to Dart v2.9.3 #11

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

Upgrade to Dart v2.9.3 #11

wants to merge 2 commits into from

Conversation

nilsreichardt
Copy link
Member

Upgrades the CI to use Dart 2.9.3. In favor of the upgrade I needed to fix some lints.

Should fix #10

@Jonas-Sander
Copy link
Contributor

Is it ready for review?

@nilsreichardt nilsreichardt marked this pull request as ready for review March 8, 2023 16:34
@nilsreichardt
Copy link
Member Author

Is it ready for review?

Yes, but I haven't tested the changes

Copy link
Contributor

@Jonas-Sander Jonas-Sander left a comment

Choose a reason for hiding this comment

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

LGTM, provided it works

Comment on lines +48 to 49
final credentials0 =
credentials ?? ServiceAccountCredentials.applicationDefault();
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
final credentials0 =
credentials ?? ServiceAccountCredentials.applicationDefault();
credentials =
credentials ?? ServiceAccountCredentials.applicationDefault();

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