-
Couldn't load subscription status.
- Fork 189
fix-flutter-dart-code-quality #111
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
fix-flutter-dart-code-quality #111
Conversation
| @@ -1,7 +1,24 @@ | |||
| library {{ language.params.packageName }}; | |||
|
|
|||
|
|
|||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Extra space, or is this a Dart convention?
| import 'package:cookie_jar/cookie_jar.dart'; | ||
| import 'package:path_provider/path_provider.dart'; | ||
| import 'package:package_info_plus/package_info_plus.dart'; | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Extra space, or is this a Dart convention?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
signle space is convention, more than one, that's extra, i'll deal with
|
Added minor comments, let me know when we can merge. |
|
@eldadfux good to merge |
No description provided.