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

chore: update dependencies and sdk constraints #782

Merged
merged 5 commits into from
Sep 15, 2023

Conversation

renancaraujo
Copy link
Contributor

@renancaraujo renancaraujo commented Sep 15, 2023

Description

  • Update workflows to run on the earliest Flutter version that supports Dart 3.1
  • Run code fixes for the newer Dart version
  • Update to Very Good Analysis 5.1.0
  • Fix e2e tests for the newer versions
  • update dependencies

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

@renancaraujo renancaraujo marked this pull request as ready for review September 15, 2023 10:54
@@ -13,7 +13,7 @@ void main() {
final tempDirectory = Directory.systemTemp.createTempSync();
addTearDown(() => tempDirectory.deleteSync(recursive: true));

const pluginName = 'very_good';
const pluginName = 'my_plugin';
Copy link
Contributor Author

Choose a reason for hiding this comment

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

dart format no longer orders import directives, this made us change the test subject name so there are no errors when running dart analyze.

@renancaraujo renancaraujo merged commit e86594d into main Sep 15, 2023
16 checks passed
@renancaraujo renancaraujo deleted the renan/update-deps-flutter branch September 15, 2023 11:16
@renancaraujo renancaraujo mentioned this pull request Sep 18, 2023
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

None yet

2 participants