1
0
mirror of https://github.com/flutter/samples.git synced 2026-03-22 04:17:50 +00:00

Update Place Tracker to use latest version of plugin (#59)

This commit is contained in:
Kenzie Schmoll
2019-03-20 09:08:13 -07:00
committed by GitHub
parent 8fe2999ee8
commit a2419b3dcf
7 changed files with 159 additions and 118 deletions

View File

@@ -0,0 +1,10 @@
analyzer:
errors:
# treat missing required parameters as a warning (not a hint)
missing_required_param: warning
# treat missing returns as a warning (not a hint)
missing_return: warning
linter:
rules:
- unawaited_futures