728x90 전체 글551 Firebase storage 에서 한글파일명 못 찾을 때! 혹시?? 되도록이면 한글로 파일 이름을 지으면 안 된다는 말을 간과했다.. 문제는 파일 이름을 잘 쳤는데 못 찾는 것이다. 이상해서 계속 이리저리 해봤는데,, 글씨크기가 약간 다르다.. 문자가 다른 건가?. 그런데 유니코드는 같다.. 이상하다.. -_- 뭐가 되었든 그냥 하려면 업로드 후에 firebase 에서 문자를 복사해서 쓰면 문제가 해결 된다는 거.. 그치만 나는 추후에 문제가 될까하여 그냥 영어로 저장하기로 했다.. 이제 잘 불러온다! 문제해결~ 2022. 10. 28. flutter multiline Text overFlow multiline Text overFlow 문제를 검색해보면 다양한 방법이 나오는데.. 결국 overflow문제는 해당 위젯의 크기를 지정하지 않았기 때문에 생기는 문제이다. 그러니까 parent Widget 보다 child Widget 의 사이즈가 커져버렸는데, child Widget의 할당 사이즈를 모르니까 키우다보니 그런 일이 발생한 것.. SizedBox( height: 30, child: Column( children: [ Text('짧은 글'), Text( '아주~~~~~~ 긴 글~~~~~~~~~~~~아주~~~~~~ 긴 글~~~~~~~~~~~~아주~~~~~~ 긴 글~~~~~~~~~~~~아주~~~~~~ 긴 글~~~~~~~~~~~~아주~~~~~~ 긴 글~~~~~~~~~~~~아주~~~~~~ 긴 글~.. 2022. 10. 28. animated dialog in Flutter https://medium.flutterdevs.com/animate-dialogs-in-flutter-b7cac136e1d3 Animate Dialogs In Flutter A dialog resembles a popup window to give a few alternatives to users(options like acknowledging/decay) medium.flutterdevs.com scale animation을 쓰면 좀 자연스러운 UX를 제공할 수 있을 것 같아서 사용해보기로 했다. 써봤는데 잘 동작하지만 종료 후에 애니메이션 자국이 남는다 (그림자인 것 같음).. 결국 그냥 Get.dialog로 불러오기로 했다.. 2022. 10. 27. Key를 사용하여 다른 widget function 사용하기 https://stackoverflow.com/questions/51029655/call-method-in-one-stateful-widget-from-another-stateful-widget-flutter call method in one stateful widget from another stateful widget - Flutter I have a flutter project that I am working on I can't put the whole code cause its more than 500 lines of code so I will try to ask my question as simply as I acn using the imp. section of the code... stacko.. 2022. 10. 27. 이전 1 ··· 73 74 75 76 77 78 79 ··· 138 다음 728x90