미분류

[Dart/Flutter] Future, Stream의 차이와 async, then의 차이

Dart를 이용하여 코딩을 하다 보면, Future, Stream 등을 사용할 때가 있습니다. 또한 받을 때는 async를 쓸 때도 있고, then을 쓸…

2개월 ago

[Dart/Flutter] PopupMenuButton과 velocity_x 사용 문제

# 기존 코드 Expanded( child: Column( crossAxisAlignment: CrossAxisAlignment.start, children: [ Row( children: [ "제품명".text.make(), PopupMenuButton( itemBuilder: (context) => [ PopupMenuItem(child:…

3개월 ago