조용한 담장

Dart 2.7 release 본문

Dart

Dart 2.7 release

iosroid 2019. 12. 12. 16:02

Dart 2.7 이 릴리즈 되었다.

 

Extension method

guide link

 

characters package preview

characters package

null safety preview

String firstName;
DateTime? birthday;
int? year = birthday?.year;

 

Announcing Dart 2.7: A safer, more expressive Dart

 

Announcing Dart 2.7: A safer, more expressive Dart

Today we’re announcing the stable release of the Dart 2.7 SDK, with additional new capabilities for developers. It’s been a busy year for…

medium.com

 

'Dart' 카테고리의 다른 글

Dart: null safety  (0) 2020.11.20
Dart : Generators  (0) 2019.11.22
Dart : Generics  (0) 2019.11.22
Dart : Collections  (0) 2019.11.19
Dart : print  (0) 2019.11.04
Comments