hpoul / dart-autocomplete-ui

A simple dart web ui component which provides a autocomplete input text field.
Other
6 stars 2 forks source link

Not able to install dart-autocomplete-ui . Not resolving dependencies #2

Open arun-sahadevan opened 6 years ago

arun-sahadevan commented 6 years ago

Tried adding dart-autocomplete-ui as dependency and on giving pub get command , it is showing as resolving dependency , but not getting resolved. Am using overreact library for react with dart . Using windows machine as well .

autocomplete_ui: ^0.2.0

image

fyi : @hpoul @bitdeli-chef

hpoul commented 6 years ago

weird, no errors? i'll might take a look at it later.. but you do realise that this is a polymer element, i guess it could work in a react environment, but aren't there any better native react solutions?

arun-sahadevan commented 6 years ago

Thanks for response @hpoul . We were not getting any errors . The native elements of react cant be used when development is done using overreact dart. We tried with many solutions , but none were working . Please kindly have a look into it .