A few years back Google was trying hard to promote Dart as JavaScript competitor. But it was very very late to the party. JavaScript has a great ecosystem and a strong open source developers network which affected Dart's adaptability. Then Google started promoting Dart as a compile-to-JavaScript language along the lines of TypeScript or CoffeeScript.
Recently, Dart bounced back to the spotlight with "Dart Dev Summit".
Have you tried Dart yet? If not, are you planning to use Dart in near future? If yes, why are you using it?
I tried Dart once! That's it. It was not great and usability was not good either. Obviously I was demotivated from moving further. But I always thought Google will somehow improve things and it did indeed. Now with all these JS madness, I am much relived to see Dart, and I praise it for what it does. Sure, I will learn it in near future. It is always in my list of things to learn!!!!
Jan Vladimir Mostert
Idea Incubator
Dart is more than just a compile-to-JS (transpiler) language, if you have a look at Flutter, you'll see that it'll replace Java and Swift for mobile development as well as get rid of having to use Cordova / Phonegap; one language to build native apps on both mobile platforms and sub-second recompiles + refreshes.
You also get both Angular2 and React in Dart flavours, many developers who come from a Java or C# background just doesn't like JavaScript due to its inconsistencies, so obviously Dart gives a great middle-ground between Java / C# and JavaScript - it's optionally typed, so if you want strong typing, you can do strong typing, if you don't like strong typing, don't use it.
It can also be used as a backend just like NodeJS, although most of the focus is going into the transpiler and mobile part, the backend part is solid as well.
Less and Sass compilers as well as the build system you get out of the box, minification is built-in and unlike JavaScript, the language is very consistent, haven't had a WTF moment with it yet.
Dart also runs on ARM processors meaning you can build very lightweight applications for Raspberry Pi and similar devices.
I'm personally using it for business applications, have 3 systems in production with huge Dart codebases and busy with a tablet application now also using Dart.