• KyleWong's avatar
    Refactor build-number/build-name logic. (#27743) · 4b4a9400
    KyleWong authored
    This PR aims at several things:
    
    1. Use pub_semver to check a version in pubspec.yaml meets the requirements specified in https://semver.org/.
    2. Don't limit build-number/build-name as a fixed format. Instead, validate it according to the target(ios/android).
    3. Make sure that build-number/build-name are always validated no matter it's specified by the `flutter command` or version in pubspec.yaml.
    
    Fixes #27589
    4b4a9400
Name
Last commit
Last update
..
bin Loading commit data...
doc Loading commit data...
gradle Loading commit data...
ide_templates/intellij Loading commit data...
lib Loading commit data...
schema Loading commit data...
templates Loading commit data...
test Loading commit data...
tool Loading commit data...
BUILD.gn Loading commit data...
README.md Loading commit data...
analysis_options.yaml Loading commit data...
pubspec.yaml Loading commit data...