flutter-flexer / study_log

0 stars 0 forks source link

What's New in dart 2.3.0 #8

Open ybin0823 opened 5 years ago

ybin0823 commented 5 years ago

Wigdet의

SomeWidget(
   children: List<Widget>[
      // 이 곳에서 사용할 수 있는 기능 추가
  ]
)
  1. The Spread operator (…)
  2. Using if in a Collection
  3. Using for in a Collection

https://medium.com/flutter-community/whats-new-in-dart-2-3-1a7050e2408d