Closed OutdatedGuy closed 1 month ago
Formatted code with dart format . and fixed linting issues with dart fix --apply
dart format .
dart fix --apply
Fixes following reason of failed workflow: https://github.com/Baseflow/flutter-geocoding/actions/runs/11226397157/job/31206847039
pubspec.yaml
CHANGELOG.md
///
main
flutter analyze
Formatted code with
dart format .
and fixed linting issues withdart fix --apply
Fixes following reason of failed workflow: https://github.com/Baseflow/flutter-geocoding/actions/runs/11226397157/job/31206847039
Pre-launch Checklist
pubspec.yaml
with an appropriate new version according to the pub versioning philosophy, or this PR is does not need version changes.CHANGELOG.md
to add a description of the change.///
).main
.dart format .
and committed any changes.flutter analyze
and fixed any errors.