Skip to content

Instantly share code, notes, and snippets.

@marcossevilla
Created January 25, 2021 20:45
Show Gist options
  • Save marcossevilla/d165c1d6f3853892e56789023ab71fb3 to your computer and use it in GitHub Desktop.
Save marcossevilla/d165c1d6f3853892e56789023ab71fb3 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