Skip to content

Instantly share code, notes, and snippets.

@nmaruy27
Last active July 28, 2022 06:01
Show Gist options
  • Save nmaruy27/affc219fc8c87ed03c15e47b0d50e490 to your computer and use it in GitHub Desktop.
Save nmaruy27/affc219fc8c87ed03c15e47b0d50e490 to your computer and use it in GitHub Desktop.
lint_error
┌─ Flutter Fix ───────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
│ This issue appears to be https://github.com/flutter/flutter/issues/58247. │
│ Fix this issue by adding the following to the file /Users/hoge/app_name/android/app/build.gradle: q│
│ android { │
│ lintOptions { │
│ checkReleaseBuilds false │
│ } │
│ } │
└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment