You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this app after cloning doesn't work with the latest flutter version
Your Flutter application is created using an older version of the Android
embedding. It's being deprecated in favor of Android embedding v2. Follow the
steps at
The text was updated successfully, but these errors were encountered:
I've manually created every project while doing this course to avoid attempting to upgrade.
From the command prompt I'm running: flutter create --org <your org name> <project name>
Example: flutter create --org com.funcoding dicee
Be sure to follow the directions for updating to Null Safety that are displayed.
Then... search through the source and find the images, fonts, etc. and update the project I created. Also, update your pubspec.yaml to match the download source.
this app after cloning doesn't work with the latest flutter version
Your Flutter application is created using an older version of the Android
embedding. It's being deprecated in favor of Android embedding v2. Follow the
steps at
The text was updated successfully, but these errors were encountered: