Announcing Dart 2 Stable and the Dart Web Platform
1–10 of 259 posts
Re: Announcing Dart 2 Stable and the Dart Web Platform
#2Re: Announcing Dart 2 Stable and the Dart Web Platform
#3https://www.dartlang.org/dart-2
> ...announcing Dart 2, a reboot of the language to embrace our vision of Dart: as a language uniquely optimized for client-side development for web and mobile.
Re: Announcing Dart 2 Stable and the Dart Web Platform
#4I wouldn't be interested in Dart at all if it wasn't for Flutter. I can't help but wonder if there will be Flutter bindings implemented for other languages sometime.
I hope so
Re: Announcing Dart 2 Stable and the Dart Web Platform
#5I wouldn't be interested in Dart at all if it wasn't for Flutter. I can't help but wonder if there will be Flutter bindings implemented for other languages sometime.
Re: Announcing Dart 2 Stable and the Dart Web Platform
#6I wouldn't be interested in Dart at all if it wasn't for Flutter. I can't help but wonder if there will be Flutter bindings implemented for other languages sometime.
Re: Announcing Dart 2 Stable and the Dart Web Platform
#7Re: Announcing Dart 2 Stable and the Dart Web Platform
#8To me it seems kind of odd to design the language towards a framework. Then again, that framework is probably the only thing increasing the number of people using Dart so it does make sense to make using the framework as clean and easy as possible.
Re: Announcing Dart 2 Stable and the Dart Web Platform
#9Re: Announcing Dart 2 Stable and the Dart Web Platform
#10> The other is an interesting quality-of-life change for Flutter developers, which allows creating an instance of a class without the “new” keyword. The goal of this change is to make Flutter code more readable, less clunky, and easier to type, but the principle applies to all Dart code. There have been plenty of other improvements happening under the hood, as can be seen in the official changelog. To me it seems kin…