When I try to publish my plugin with pub publish --dry-run
I got the following error.
Package name "SampleSDK" should be lower-case. Maybe use "sample_sdk"?
How can I change the package name ? There is lots of info to change the app package name but I think it is different. I tried but messed up several times to change the package name.
You can modify your package name in
pubspec.yaml
file.