dependency_visitor 0.1.2
dependency_visitor: ^0.1.2 copied to clipboard
Visits root package, transitive and immediate dependencies in order to search given file.
0.1.2 14th of August 2020 #
- Replace everywhere dart:io with universal_io
0.1.1 14th of August 2020 #
- Update
homepagefield in pubspec.yaml - Example: Move main.dart from
bindirectory tolibdirectory - 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