Skip to content

Instantly share code, notes, and snippets.

@marcossevilla
Created February 4, 2021 17:28
Show Gist options
  • Save marcossevilla/2f6ada7e7e3a3fe9f365341a827d2ebf to your computer and use it in GitHub Desktop.
Save marcossevilla/2f6ada7e7e3a3fe9f365341a827d2ebf to your computer and use it in GitHub Desktop.
# si el proyecto tiene dependencia en el SDK de Flutter
flutter pub run build_runner build
# si el proyecto no tiene dependencia de Flutter - si está escrito en Dart puro
pub run build_runner build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment