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
Startify needs to first check whether the files and/or folders that it is about to generate already exist. If not, proceed with generation. If yes, pass these scenarios:
If folder exists (eg. utils), the files that are normally generated under the utils folder should be generated in the one that already exists
If the file exists (eg. utils/colors.dart), skip the creation of the file and display a message stating the skipped file name.
The text was updated successfully, but these errors were encountered:
Startify needs to first check whether the files and/or folders that it is about to generate already exist. If not, proceed with generation. If yes, pass these scenarios:
utils
), the files that are normally generated under theutils
folder should be generated in the one that already existsutils/colors.dart
), skip the creation of the file and display a message stating the skipped file name.The text was updated successfully, but these errors were encountered: