-
Notifications
You must be signed in to change notification settings - Fork 248
web_components as a dependency #1164
Comments
Yes please! Alternatively, loosening the constraints if possible would be very helpful. Today, I tried experimenting with the new paper elements lib and could not install due to the web_components dependency. Pub get produced:
|
I got an inconsistence of dependency when use AngularDart with paper_elements.
|
Actually We should probably probably have a looser constraint though. If you need a newer version, you can override this dependency in your pubspec.yzml as a workaround for now. |
@vicb OK, Thanks! I will try it. |
@michilu FYI, @jbdeboer has been working on improving the support for custom components (see the paper example) and @vsavkin is also looking at some problems with have with the shims for browsers that do no support web components. |
… the pubspec.yaml Closes dart-archive#1321
…ncies in the pubspec.yaml" This reverts commit 51ee50a.
…ncies in the pubspec.yaml" This reverts commit 51ee50a.
I'm wondering if "web_components" shouldn't be listed in the dev_dependencies rather than dependencies in the pubspec.yaml.
We're only using it for tests / examples.
The text was updated successfully, but these errors were encountered: