Skip to content

Instantly share code, notes, and snippets.

@Ian-FR
Last active February 25, 2022 12:53
Show Gist options
  • Save Ian-FR/123597b7236c50bb06c131f09771ecd9 to your computer and use it in GitHub Desktop.
Save Ian-FR/123597b7236c50bb06c131f09771ecd9 to your computer and use it in GitHub Desktop.
util commands
# Running android from terminal
/home/ian/Android/Sdk/emulator/emulator @Pixel_4_API_30 -dns-server 8.8.8.8
# Flutter coverage (needs the lcov installed
flutter test --coverage test/src/something/**test.dart && genhtml -o coverage coverage/lcov.info
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment