Skip to content

Upgrade to Dart v2.9.3 - #11

Open
nilsreichardt wants to merge 2 commits into
mainfrom
upgrade-to-dart-2-9-3
Open

Upgrade to Dart v2.9.3#11
nilsreichardt wants to merge 2 commits into
mainfrom
upgrade-to-dart-2-9-3

Conversation

@nilsreichardt

Copy link
Copy Markdown
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
Copy Markdown
Contributor

Is it ready for review?

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

Copy link
Copy Markdown
Member Author

Is it ready for review?

Yes, but I haven't tested the changes

@Jonas-Sander Jonas-Sander left a comment

Copy link
Copy Markdown
Contributor

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
Copy Markdown
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