FLUTTER8 Android11 Keyboard 오류 이전에 배포했던 어플 중 Android11 기기에서 keyboard가 뜨지 않는 오류가 발생했다. Keyboard가 올라와야하는 곳에서 java.lang.AbstractMethodError 에러가 뜨면서 앱이 종료되는 이슈 발생.. Google Play Console에서 해당 오류를 확인할 수 있었다,, 찾아보니 해결방안을 찾긴했는데,, android/app/build.gradle 안에 buildTypes release 내에 아래 코드를 넣어주고 buildTypes { release { ... shrinkResources false proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro' } } a.. 2021. 3. 17. Dart 문법 기록(1) Dart 문법 중 신기하면서 자주 쓰일꺼같은 문법을 발견해서 까먹지 않으려고 메모해둠. 유툽에서 개발하시는분 영상을 보다보니 리스트 앞에 점 3개를 찍는 문법이 있길래 찾아봤다. (...) 문법. triple dots 라고 검색하니 나온다,, 영어가 편하신분들은 여기서 확인하셔도 됩니다. 출처 : stackoverflow.com/questions/57194452/meaning-of-triple-dots-in-flutter-syntax Meaning of Triple Dots [...] in Flutter Syntax Can someone please clarify what is the meaning and usage of "..." in Flutter? I wanted to learn about "tri.. 2021. 3. 4. IntelliJ Live Template 최근 맥북을 교체하고 나서 유용하게 사용중이던 Live Template을 다시 등록해줘야 했다. 자꾸 다시 찾기 귀찮아서 블로그에 적어두기로했다,, IntelliJ Live Template 사용법 : 1. 설정 -> Preferences -> Editor -> Live Templates 2. 우측 상단 + 버튼 클릭. -> 1. Live Template 클릭 3. Abbreviation(약어, 줄임말) 등록 4. Template 등록 5. 하단 Define 클릭 6. 사용할 언어 설정 7. Apply -> OK 사용하면 생각보다 쓸데 많고 편리해서 없으니까 겁나 답답함,,, 사용법은 길어서 따로 써둘 예정 th-biglight.tistory.com/16 Live Template 사용법 사용법은 생각보.. 2021. 1. 12. Flutter FCM with Android 에러 내용 : Fatal Exception: java.lang.RuntimeException Unable to create service io.flutter.plugins.firebasemessaging.FlutterFirebaseMessagingService: java.lang.RuntimeException: PluginRegistrantCallback is not set. 자세한 설명은 블로그 참조 spiralmoon.tistory.com/entry/Flutter-Unable-to-create-service-ioflutterpluginsfirebasemessagingFlutterFirebaseMessagingService-javalangRuntimeException-PluginRegistrantCal.. 2020. 11. 11. 이전 1 2 다음