-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Add example to flutter_lints package #354
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
Conversation
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.
Nice!
@goderbauer or @devoncarew, if you want to lift the example source and drop it into Note that if we add source, we'll need to update this validation though: |
Oh, right. I will have to do the same for the check in this package... |
@@ -3,6 +3,7 @@ | |||
# Use of this source code is governed by a BSD-style license that can be | |||
# found in the LICENSE file. | |||
|
|||
# Dart sources are only allowed in the example directory. |
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.
👍
file. The lints enforced for this project can be further customized in that | ||
file. | ||
|
||
The dart code in this project (e.g. `lib/main.dart`) is analyzed using the |
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.
dart
==> Dart
await runZoned Futures in the tests
for more points on pub.dev :)
Inspired by dart-archive/lints#36.