-
안드로이드 / 아이폰 기종별 이미지 해상도는 어떻게 맞춰야 하나?프로그래밍 공부 메모/flutter 2022. 12. 8. 04:41
자세한 답변은 아래 링크로(나는 svg 파일로 한방에 해결하는게 더 좋은것 같은데...)
How to pick an asset according to screen density (DPI size)?
I'm trying to load icons according to display density in my flutter app. how to load dynamically according to screen density(hdpi,xhdpi,xxhdpi..).
stackoverflow.com
원본 이미지 해상도별 자동으로 추출해 주는 사이트( simple nine-patch generator 메뉴 사용)
https://romannurik.github.io/AndroidAssetStudio/index.html
Android Asset Studio
Launcher icon generator Generate launcher and store listing icons for your app.
romannurik.github.io
반응형'프로그래밍 공부 메모 > flutter' 카테고리의 다른 글
isBefor(), isAfter(), isEqual() 날짜 비교에 유용한 함수 (0) 2022.12.12 ChangeNotifierProxyProvider 서로 다른 provider 연결하기 (0) 2022.12.12 'extension on' 클래스 확장 하기 (0) 2022.12.07 http update 방식 (put vs patch) 차이점 (0) 2022.12.06 RefreshIndicator(페이지 새로고침) (0) 2022.12.06