728x90 Flutter80 flutter 앱 이름 다국화 https://blog.dglee.co.kr/entry/Flutter-앱-이름-다국어-처리 다국어 처리를 통해 Flutter 앱 이름을 언어에 맞게 설정해보자.안녕하세요. 이번 게시글에서는 앱 이름의 다국어 처리를 진행해볼 예정입니다. 우리가 앱을 사용할 때, 한국인이어도 스마트폰의 언어를 영어로 사용할 수도 있고, 스페인어로 사용할 수도 있blog.dglee.co.kr 2025. 3. 22. flutter web image load 안될 때! https://nobang.tistory.com/entry/Flutter-Failed-to-load-network-image [Flutter] Failed to load network image flutter를 web으로 해서 test할 때, firebase 에 정상적으로 image가 upload되어있고 image : NetworkImage(snap['imageUrl']) 를 했는데 코드에는 이상이 없는데 실행해서 보면 ======== Exception caught by image resource service nobang.tistory.com flutter web은 image가 load가 안 되더군요. 그치만 방법을 찾았습니다. 2023. 9. 23. window app release 하는 방법! https://stackoverflow.com/questions/64291336/how-to-build-release-version-of-windows-app How to build release version of windows app? How to build release version of windows app in flutter and where to find the build file ? Actually I have build the windows app using flutter build windows but am not able to locate the file which... stackoverflow.com 2023. 9. 9. flutter 인자 callback 받을 때, 아무 인자가 없을 때는 VoidCallback 받았는데, 이렇게 인수가 있을 때는 Fuction(int) callback; 이런식으로 받아야한다. 이런식으로 넣는 것이다! 이전에는 typeDef를 따로 만들어주고 이상한 코드를 만들었는데 그렇게 안해도 될 것 같다! 2023. 9. 3. 이전 1 2 3 4 ··· 20 다음 728x90