We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
publish --dry-run
pub version
flutter pub version
When LICENSE file is
TODO: Add your license here.
flutter pub publish -n
flutter pub publish
LICENSE file "LICENSE" contains generic TODO.
pubspec.yaml
name: quick_blue_platform_interface description: A new Flutter package project. version: 0.1.0 homepage: https://github.com/woodemi/quick_blue repository: https://github.com/woodemi/quick_blue/tree/master/quick_blue_platform_interface environment: sdk: ">=2.7.0 <3.0.0" flutter: ">=1.17.0 <2.0.0" dependencies: flutter: sdk: flutter plugin_platform_interface: ^1.0.1 dev_dependencies: flutter_test: sdk: flutter
flutter pub publish -n warns about LICENSE file "LICENSE" contains generic TODO.
flutter pub publish -n goes OK
Could not find an option named "trace". Run 'flutter -h' (or 'flutter <command> -h') for available flutter commands and options.
The text was updated successfully, but these errors were encountered:
Closing as duplicate of #2828
Sorry, something went wrong.
No branches or pull requests
Environment
pub version
orflutter pub version
: Pub 2.11.0-213.1.betaProblem
When LICENSE file is
flutter pub publish -n
goes OKflutter pub publish
fails withLICENSE file "LICENSE" contains generic TODO.
pubspec.yaml
Expected behavior
flutter pub publish -n
warns aboutLICENSE file "LICENSE" contains generic TODO.
Actual behavior
flutter pub publish -n
goes OK--trace output
The text was updated successfully, but these errors were encountered: