Skip to content
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

Replace dart:io file code with package:file. #1132

Merged
merged 19 commits into from
Oct 22, 2023
Merged

Commits on Oct 20, 2023

  1. Add sz exec command.

    The `sz exec` command runs a custom command for all / multiple packages.
    E.g. `sz exec -- fvm dart fix --apply`.
    
    The flags `onlyDart` and `onlyFlutter` can be used to run the command only in pure Dart or only Flutter packages.
    E.g. `sz exec -onlyDart -- fvm dart pub get`.
    Jonas-Sander committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    b88d848 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c945e01 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ee447ef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    99d705d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d2cdd0a View commit details
    Browse the repository at this point in the history
  6. Add license header.

    Jonas-Sander committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    0f5f3ab View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e449a44 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    87e5e77 View commit details
    Browse the repository at this point in the history
  9. Add space

    Jonas-Sander committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    3acc7e1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fc52e8a View commit details
    Browse the repository at this point in the history
  11. Change description.

    Jonas-Sander committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    fde7d7e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ce3247d View commit details
    Browse the repository at this point in the history
  13. Add license headers.

    Jonas-Sander committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    440f029 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2023

  1. Configuration menu
    Copy the full SHA
    b440be8 View commit details
    Browse the repository at this point in the history
  2. Format files.

    Jonas-Sander committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    64abb25 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    86129c7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    607f756 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1807a53 View commit details
    Browse the repository at this point in the history
  6. Use childDirectory

    Jonas-Sander committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    20d8052 View commit details
    Browse the repository at this point in the history