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
- Nodejs
- findByIdAndDelete
- TypeScript
- JavaScript
- single quote
- certbot
- moment
- clipBehavior
- MYSQL
- mongodb
- mongoose
- Express
- flutter
- nginx
- TailwindCSS
- atlas
- AWS
- Find
- async
- https
- sequelize
- wil
- RDS
- til
- css
- jsonwebtoken
- Node.js
- EC2
- await
- double quote
Link
Archives
기억 휘발 방지소
[Flutter] Stack의 범위를 넘어가는 위젯의 Gesture 감지 본문
728x90
반응형
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
728x90
반응형
'Flutter' 카테고리의 다른 글
[Flutter] Dio에서 timeout 설정 (0) | 2024.06.19 |
---|---|
[Flutter] dart run build runner (0) | 2024.05.27 |
[Flutter] freezed에서 copyWith (0) | 2024.05.06 |
[Flutter] 안드로이드 인터넷 설정 - AndroidManifest.xml (0) | 2024.04.17 |
[Flutter] double quote를 기본으로 설정하기 (0) | 2024.04.06 |