본문 바로가기
728x90

분류 전체보기507

flutter inspector code chase가 안 된다? https://stackoverflow.com/questions/77091390/clicking-on-a-widget-with-flutter-inspector-does-not-go-to-the-code Clicking on a widget with Flutter inspector does not go to the code I use android studio as an ide, when I clicked on a widget with inspactor, it would directly show where the code was, but it doesn't show it anymore, probably I broke some settings. For 2 days I've... stackoverflow.co.. 2023. 9. 14.
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.
Riverpod, 안정적이라더니 오류가 생기다?! Riverpod 은 getx에 비해서 안정성이 높고 Provider나 bloc에 비해서 사용성이 편리하다고 들어서 사용하게 되었다. 그런데 문제점이 발생하기도 했는데, 바로 build안에서 provider호출해서 update를 하게 되면 오류가 생긴다는 것이었다. 2023. 9. 9.
android key hash 받기 facebook이나 카카오톡을 이용하기 위해 출시 후 hash key를 받는다. 출시 전 해쉬키는 사실 굉장히 간단하다 복사해서 붙여넣으면 끝! https://developers.kakao.com/docs/latest/ko/getting-started/sdk-android Kakao Developers 카카오 API를 활용하여 다양한 어플리케이션을 개발해보세요. 카카오 로그인, 메시지 보내기, 친구 API, 인공지능 API 등을 제공합니다. developers.kakao.com keytool -exportcert -alias androiddebugkey -keystore ~/.android/debug.keystore -storepass android -keypass android | openssl sha.. 2023. 9. 3.
728x90