-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
flutter/packages
#4330Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projectp: url_launcherPlugin to launch external applicationsPlugin to launch external applicationspackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.platform-webWeb applications specificallyWeb applications specifically
Description
Is there an existing issue for this?
- I have searched the existing issues
- I have read the guide to filing a bug
Steps to reproduce
Look into url_launcher_web, and you'll see some "third_party" code shrink-wrapped in. Code.
This is problematic with the licensing of the package.
Expected results
The code should not use a shrink-wrapped third_party directory; it either uses the package as a dependency, or inlines the implementation of the method.
Actual results
n/a
Code sample
Not needed, the problem is that there's third_party code used in a non-standard way.
Screenshots or Video
n/a
Logs
n/a
Flutter Doctor output
n/a
Metadata
Metadata
Assignees
Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projectp: url_launcherPlugin to launch external applicationsPlugin to launch external applicationspackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.platform-webWeb applications specificallyWeb applications specifically