dwyl / dwyl/learn-flutter

Code Formatting using "flutter format"

Open
#57 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
JavaScript
Stars
98
Forks
10
PR merge metrics
No merged PRs in 30d

Description

https://flutter.dev/docs/development/tools/formatting

```
flutter format
```
or for a specific file:

```
flutter format main.dart etc.dart
```

We need to figure out how to add a `git pre-commit` hook to run `flutter format` on our code ***before*** committing it so that it's always consistent. 💭

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.