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

ci: use flutter_package workflow #102

Merged
merged 4 commits into from
Sep 7, 2023

Conversation

alestiago
Copy link
Contributor

@alestiago alestiago commented Sep 7, 2023

Description

The CI is broken due to dart pub get reporting:

Because example depends on flutter_test from sdk which doesn't exist (the Flutter SDK is not available), version solving failed.

This is because the example depends on flutter and dart pub get attempts to get on /example.

Changes:

  • Updates workflow to use flutter_package over dart_package.
  • Sets flutter_package workflow to use Flutter 3.13.0

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

@alestiago alestiago marked this pull request as draft September 7, 2023 11:39
@alestiago alestiago marked this pull request as ready for review September 7, 2023 11:49
@renancaraujo renancaraujo merged commit 35c2cff into main Sep 7, 2023
4 checks passed
@renancaraujo renancaraujo deleted the alestiago/fix-workflow-flutter-package branch September 7, 2023 12:00
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