Skip to content

Instantly share code, notes, and snippets.

@tooinfinity
Last active June 7, 2022 09:27
Show Gist options
  • Save tooinfinity/b0f7fe6f6c0b568aa3329dbd9f0aeb09 to your computer and use it in GitHub Desktop.
Save tooinfinity/b0f7fe6f6c0b568aa3329dbd9f0aeb09 to your computer and use it in GitHub Desktop.

1- create a project

flutter create your_project_name

2- create a projec with package name

flutter create --org com.you_domain your_project_name

3- run flutter project without NullSafety

flutter run --no-sound-null-safety
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment