flutter_plugin_tools 0.0.17+4 flutter_plugin_tools: ^0.0.17+4 copied to clipboard
Productivity utils for hosting multiple plugins within one repository.
v0.0.17+4 #
- Avoid trying to version-check pubspecs that are missing a version.
v0.0.17+3 #
- version-check accounts for pre-1.0 patch versions.
v0.0.17+2 #
- Fix exception handling for version checker
v0.0.17+1 #
- Fix bug where we used a flag instead of an option
v0.0.17 #
- Add a command for checking the version number
v0.0.16 #
- Add a command for generating
pubspec.yaml
for All Plugins app.
v0.0.15 #
- Add a command for running driver tests of plugin examples.
v0.0.14 #
- Check for dependencies->flutter instead of top level flutter node.
v0.0.13 #
- Differentiate between Flutter and non-Flutter (but potentially Flutter consumed) Dart packages.