puro_sidekick_plugin 1.3.0
puro_sidekick_plugin: ^1.3.0 copied to clipboard
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
preferFlutterandpreferDartenvironment 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/sdkconstraints
1.2.1 #
- Check all published Flutter+Dart combinations when selecting a Flutter SDK (including beta)
1.2.0 #
- Fix multiple
initializePurocalls setting up different puro environments, actually using the correct environment and do not use the env from the previousinitializePurocall - Reduce version print to a single line, enable debug logging with
export PURO_SIDEKICK_PLUGIN_VERBOSE=true
1.1.2 #
- Await all
purocalls - Make
puroFlutterSdkPathreturn aFuture
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