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

feat: replace flutter format with dart format #95

Merged
merged 1 commit into from
Jan 26, 2023

Conversation

erickzanardo
Copy link
Contributor

@erickzanardo erickzanardo commented Jan 26, 2023

Description

Since flutter format was deprecated in favor of dart format, the format step was breaking even if no issues with the formatting was present in the code.

This PR changes to suggested replacement to fix the issue.

Screenshot 2023-01-26 at 10 04 15
Screenshot 2023-01-26 at 10 06 16

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

Fixes #92

@felangel felangel changed the title feat: replace flutter format to dart format feat: replace flutter format with dart format Jan 26, 2023
@felangel felangel merged commit d23279e into main Jan 26, 2023
@felangel felangel deleted the feat/flutter-dart-format branch January 26, 2023 13:44
Orkunnnn added a commit to Orkunnnn/very_good_workflows that referenced this pull request Jan 26, 2023
feat: replace flutter format with dart format (VeryGoodOpenSource#95)
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.

fix: flutter format is deprecated
3 participants