Skip to content

chore: update dependencies and sdk constraints#782

Merged
renancaraujo merged 5 commits intomainfrom
renan/update-deps-flutter
Sep 15, 2023
Merged

chore: update dependencies and sdk constraints#782
renancaraujo merged 5 commits intomainfrom
renan/update-deps-flutter

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 force-pushed the renan/update-deps-flutter branch from ceff8ad to 927518e Compare September 15, 2023 10:39
@renancaraujo renancaraujo marked this pull request as ready for review September 15, 2023 10:54
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
@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.

2 participants