미분류

DAVADA Privacy Policy

PRIVACY POLICYLast updated December 27, 2024This Privacy Notice for Summer Road ("we," "us," or "our"), describes how and why we…

2주 ago

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

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

7개월 ago

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

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

8개월 ago