Dart
Dart 2.7 release
iosroid
2019. 12. 12. 16:02
Dart 2.7 이 릴리즈 되었다.
Extension method
characters package preview
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