Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 415 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 415 Bytes

delivery app

dio
flutter_secure_storage
retrofit
flutter_riverpod
go_router


debounce & throttle 특정 함수의 실행을 제한하는 목적을 두고 있다
debounce는 특정 기간안의 함수 실행을 모두 취소하고 마지막에만 실행한다
throttle은 함수 실행 후 특정 기간동안의 추가 실행을 모두 취소한다