Dart 2.0 released

Coming from Dart 1, there’s two major developer-facing changes, the largest of which is a stronger type system, including runtime checks to help catch errors that would arise from mismatched or incorrectly labeled types. This type system, originally called “strong mode”, has long been the default in Flutter. 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.

The complete list of changes has all the details.

6 Comments

  1. 2018-08-07 10:42 pm
    • 2018-08-08 12:10 am
      • 2018-08-08 12:38 am
        • 2018-08-08 8:56 am
      • 2018-08-08 9:03 pm
    • 2018-08-08 4:04 pm