flutter_oss_licenses 2.0.0+1
flutter_oss_licenses: ^2.0.0+1 copied to clipboard
A tool to generate detail and better OSS license list using pubspec.yaml/lock files.
2.0.0+1 #
- Update example code.
2.0.0 #
- Introduces Package class to make the package more modern (#9)
1.1.4 #
- Minor fix.
1.1.3 #
- dart_pubspec_licenses 1.0.3
1.1.1 #
- FIXED: command name should be bin/generate.dart
1.1.0 #
- It now depends on a new module named dart_pubspec_licenses; based on PR #6 by dustin-graham.
1.0.1 #
- FIX: Doesn't run on Flutter 2.0 (#2)
- Better formatting on oss_licenses.dart.
1.0.0 #
- Supports null-safety.
0.6.6 #
- Updating settings.
0.6.4 #
- Updating README.md.
0.6.3 #
- Recent flutter builds uses LOCALAPPDATA for pub cache on Windows.
0.6.2 #
- Minor error fixes.
0.6.1 #
- Minor error fixes.
0.6.0 #
- BREAKING CHANGE: The output format is completely changed to provide more information about packages.
0.5.2 #
- Minor fix :(
0.5.1 #
- Minor fix.
0.5.0 #
- For Windows, new pub-cache directory is
%APPDATA%\Pub\Cache
.
0.4.1 #
- FIXED: Generation process stops if
PUB_CACHE
is not explicitly defined.
0.3.0 #
- Loosen version restriction on dependency packages because it conflicts with certain well-used packages.
0.2.0 #
- Addresses facial things warned by pub.dev health suggestions.
0.1.0 #
- First release.