I'm using the build in LicensePage class to show all my dependencies licenses.
But it also shows the sub packages inside of my app folder. Is there a way to hide them in the list?
I tried to set publish_to: none in each pubspec.yml file from the packages .. but it doesn't work.
The LicenseRegistry has a addLicense method. But there is no removeLicense or something else.
Is there any way to hide packages inside my app from the LicensePage overview?