250x250
Notice
Recent Posts
Recent Comments
- Today
- Total
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- sequelize
- clipBehavior
- css
- mongodb
- RDS
- EC2
- mongoose
- JavaScript
- findByIdAndDelete
- atlas
- flutter
- moment
- Express
- async
- double quote
- TypeScript
- wil
- await
- Node.js
- single quote
- https
- nginx
- AWS
- Nodejs
- jsonwebtoken
- Find
- til
- TailwindCSS
- certbot
- MYSQL
Link
Archives
반응형
목록Gesture (1)
기억 휘발 방지소
[Flutter] Stack의 범위를 넘어가는 위젯의 Gesture 감지
Stack의 자식 위젯이 Stack의 범위를 넘어가게 되면 Gesture 감지가 되지 않는다. 이를 해결하기 위해서 범위를 넘어가는 만큼 부모 위젯에서 공간을 확보해서 Gesture 감지가 될 수 있도록 했었다. 이 문제를 해결하기 위한 패키지가 존재한다고 한다. pub dev defer_pointer | Flutter Package An alternative to Overlay which allows you to easily render and hit test a widget outside its parent bounds. pub.dev 참고한 블로그 부모(Stack)위젯의 범위를 벗어난 위젯 Gesture 감지하는 방법 Gskinner의 defer_pointer 0.0.2 honor-driven.dev
Flutter
2023. 9. 10. 20:35
반응형