-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting error : type 'FileSystemException' is not a subtype of type 'String' #2
Comments
J'ai la même erreur... |
this issue is cause by "android_package_name" param. Instead of renaming the Android architecture (com.example.project_name), it creating new folders and not copy paste MainActivity file into new package architecture and not delete old package (com.example.project_name) Then, not rename Manifest files. So I think that create conflict to parsing file and sending this error. To conclude, skip this param and if u want rename android package architecture, u must do manually... |
This error only occurs on Windows, on macOS it works well with the same project! |
This package is what you need 🔥 Too much flexibilities ✊ Dont forget to star the github repo if you found this package useful 😇 Features 🔥 How To Rename ? 🛠 1) ADD THE PACKAGE TO DEPENDENCIES IN pubspec.yaml
|
Hey, my attempt to change the package name ends with the following line:
Getting error : type 'FileSystemException' is not a subtype of type 'String'
Is this a known error?
The text was updated successfully, but these errors were encountered: