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
When running flutter create my_package, Flutter uses single quotes for the publish_to (in feature also for the dartSdkVersionBounds: flutter/flutter#101270).
Would it be possible to use single quotes instead of double quotes?
The text was updated successfully, but these errors were encountered:
My
pubspec.yaml
looks something like this:When I'm now adding a new package, the extension will replace the
publish_to: 'none'
withpublish_to: "none"
.When running
flutter create my_package
, Flutter uses single quotes for thepublish_to
(in feature also for thedartSdkVersionBounds
: flutter/flutter#101270).Would it be possible to use single quotes instead of double quotes?
The text was updated successfully, but these errors were encountered: