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

Check if the "lib" directory exists before iterating its sub-tree #196

Merged
merged 2 commits into from
Nov 7, 2024

Conversation

devmil
Copy link
Member

@devmil devmil commented Oct 26, 2024

Description

Adds a check if the "lib" folder of a package exists before iterating through the sub-tree.
Also bumps the Flutter version to 3.24.3

Type of Change

  • 🚀 New feature (non-breaking change)
  • 🛠️ Bug fix (non-breaking change)
  • ⚠️ Breaking change (feature or bug fix which breaks existing behaviors/APIs)
  • 🏗️ Code refactor
  • ⚙️ Build configuration change
  • 📝 Documentation
  • 🧹 Chore / Housekeeping

Fixes #195

@devmil devmil enabled auto-merge (squash) October 26, 2024 15:13
@devmil devmil force-pushed the fix/extract_empty_package_fails branch from bd9337d to e69fd9d Compare October 26, 2024 15:23
@devmil devmil changed the title Check if the "src" directory exists before iterating its sub-tree Check if the "lib" directory exists before iterating its sub-tree Oct 26, 2024
@devmil devmil disabled auto-merge October 26, 2024 15:23
@devmil devmil enabled auto-merge (squash) October 26, 2024 15:23
@devmil devmil disabled auto-merge October 26, 2024 15:29
@devmil devmil enabled auto-merge (squash) October 26, 2024 15:29
@devmil devmil merged commit aa3a499 into main Nov 7, 2024
11 checks passed
@devmil devmil deleted the fix/extract_empty_package_fails branch November 7, 2024 15:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

extract fails on empty packages
2 participants