sidekick_plugin_installer 0.2.0
sidekick_plugin_installer: ^0.2.0 copied to clipboard
Helpers for plugin installers to easily install themselves into a sidekick cli
Changelog #
0.2.0 #
- Deprecate
pubAddDependencyin favor ofaddSelfAsDependencyandaddDependency(#136) - Deprecate
pubAddLocalDependencyin favor ofaddSelfAsDependencyandaddDependency(#136) - Add example folder
- Update repository link
- Add
addSelfAsDependency(#136) - Add
addDependency(#136) - Add
PluginContext.name(#136) - Add
PluginContext.versionConstraint(#136) - Add
PluginContext.localPath(#136) - Add
PluginContext.hostedUrl(#136) - Add
PluginContext.gitUrl(#136) - Add
PluginContext.gitPath(#136) - Add
PluginContext.installerPlugin(#132) - Fix:
registerPlugindoes not add duplicated command anymore if it has already been added (#131)
0.1.3 #
- New:
PluginContext(#72)
0.1.2 #
- New:
pubAddLocalDependency
0.1.1 #
- Widen analyzer range to support Dart 2.14
0.1.0 #
- New:
addImport - New:
pubAddDependency - New:
pubGet - New:
registerPlugin