버그 수정 후 테스트를 진행하려 하는데, 아래와 같은 메세지가 콘솔창에 뜨면서 빌드가 되지 않는 경우가 발생했다. 1. warning: libobjc.A.dylib is being read from process memory. 아이폰에서 빌드가 잘 되지 않는 경우 에러 내용(전체) warning: libobjc.A.dylib is being read from process memory. This indicates that LLDB could not find the on-disk shared cache for this device. This will likely reduce debugging performance. 해결 방법 rm -r ~/Library/Developer/Xcode/iOS\ DeviceSu..
Flutter 3.7.1로 업그레이드 하고,, 빌드 오류 수정하고 나서 다시 찾아온 문제 네이버 소셜 로그인이 안된다... final NaverLoginResult result = await FlutterNaverLogin.logIn(); 여기서 에러가 발생되고... 에러 내용은 [GETX] Error: PlatformException PlatformException(error, lateinit property launcher has not been initialized, null, kotlin.UninitializedPropertyAccessException: lateinit property launcher has not been initialized at com.yoonjaepark.flutter_n..
민트소프트에서는 현재 플러터로 된 프로젝트를 다수 진행하고 있습니다. 따라서 플러터의 버젼 업데이트에 대해서 상당히 관심을 기울이고 주목하고 있습니다. 3.3.0이후 버젼이 0.4가 한꺼번에 뛰어넘어서 버젼이 릴리즈 되었습니다. 크게 변화된 것을 위주로 한번 살펴 보겠습니다. 아래는 원문입니다. https://medium.com/flutter/whats-new-in-flutter-3-7-38cbea71133c What’s new in Flutter 3.7 Material 3 updates, iOS improvements, and much more! medium.com 1.material 3이 향상되었습니다. https://flutter.github.io/samples/web/material_3_demo/..