Take the 2-minute tour ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Is there a new tutorial on how to use a Javascript library in Dart? I'd like to use a color processing library (or better color-thief) in Dart, but I have not found a tutorial on how to use a complete library other than the generic example on dartlang.

Also people should start voting dart questions a bit more. [dart] homepage on stackoverflow still show old questions. It looks like no one is using dart here :(

(You can vote this question to the top if you want :) )

share|improve this question

1 Answer 1

up vote 1 down vote accepted

See Using JavaScript from Dart.

share|improve this answer
    
This is exactly what I've read before. Maybe I'm thick, but I wasn't able to use it for jquery or something "simpler" like the above mentioned color-thief. –  mobinoob Dec 10 '13 at 15:54
    
Ask a more specific question with the code you have tried. –  Alexandre Ardhuin Dec 10 '13 at 16:24

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.