puro_sidekick_plugin 1.3.0 copy "puro_sidekick_plugin: ^1.3.0" to clipboard
puro_sidekick_plugin: ^1.3.0 copied to clipboard

retracted

Sidekick plugin that uses the Flutter SDK managed by Puro in the repository and links it to the flutter and dart commands

Changelog #

1.3.0 #

  • Add preferFlutter and preferDart environment fields to pin exact versions for tooling (linting/formatting) while maintaining broad version support in pub packages (#6)
    environment:
      preferFlutter: '3.22.1'    # Used by puro
      flutter: '>=3.0.0 <4.0.0'  # Broad support for users
      sdk: '>=3.0.0 <4.0.0'
    
  • These fields must be exact versions (not ranges) and take priority over flutter/sdk constraints

1.2.1 #

  • Check all published Flutter+Dart combinations when selecting a Flutter SDK (including beta)

1.2.0 #

  • Fix multiple initializePuro calls setting up different puro environments, actually using the correct environment and do not use the env from the previous initializePuro call
  • Reduce version print to a single line, enable debug logging with export PURO_SIDEKICK_PLUGIN_VERBOSE=true

1.1.2 #

  • Await all puro calls
  • Make puroFlutterSdkPath return a Future

1.1.1 #

  • Fix a Bug in Puro update check

1.1.0 #

  • Update to Sidekick 3.0.0-preview.5
  • Add Puro update check
  • Min Dart version is now 3.5.0

1.0.0 #

  • Update to Sidekick 3.0
  • Update dcli to 4.0.4
  • Min Dart version is now 3.3.0

0.1.0 #

  • Initial plugin version installing puro
1
likes
0
points
699
downloads

Publisher

verified publisherphntm.xyz

Weekly Downloads

Sidekick plugin that uses the Flutter SDK managed by Puro in the repository and links it to the flutter and dart commands

Repository (GitHub)
View/report issues

Topics

#sidekick #sidekick-plugin #flutter-version-management #puro

License

unknown (license)

Dependencies

dcli, pub_semver, sidekick_core, yaml

More

Packages that depend on puro_sidekick_plugin