When we use software packages from https://pub.dev/ for example, packages often include a license. And the license sometimes contains:
"The above copyright notice and this permission notice shall be included in all copies or substantial portions of the software."
What exactly do we need to do to comply with this? Does it mean we need to create a "Licenses" document, copy and paste every single copyright notice from every single software package? How about the packages automatically used by Flutterflow? (when you export the source code, you can see the packages that Flutterflow uses)
Or is it the case when we import a package, we have not included the source code and are not distributing it, and as a result, there is no need to comply with the license?