dependency_visitor 0.1.4 dependency_visitor: ^0.1.4 copied to clipboard
Visits root package, transitive and immediate dependencies in order to search given files.
[0.1.4] - 31th of August 2020 #
- DependencyVisitor: add ability to define search order (get order from the
dependencyTypes
field) - DependencyType: new value:
DependencyType.root
- DependencyFile: new field:
absolutePath
[0.1.3] - 17th of August 2020 #
- Add ability to search multiple files
[0.1.2] - 14th of August 2020 #
- Replace everywhere dart:io with universal_io
[0.1.1] - 14th of August 2020 #
- Update
homepage
field in pubspec.yaml - Example: Move main.dart from
bin
directory tolib
directory - Support multiple platforms: replace dart:io with universal_io
- Minor code updates
[0.1.0] - 14th of August 2020 #
- Create basic classes
- Write documentation
- Use effective_dart
- Create tests