본문 바로가기

www17

flutter 정리 -- 고민과 선택 현재 react로 웹, 모바일을 개발하고 있는 상황에서 repository를 합치는 작업을 진행하다 빠그러진 경험도 있고, 여기서 모바일을 개선한다고 했을때 native쪽도 무시할수 없는 상황. 이렇게 된거 모든걸 한쪽에서 고려하고, 배포의 번거로움과 시시때때로 변화대는 기획과, react -> native 전환 속도 이슈를 해소 하기위해 react native, flutter를 고민해 보았습니다. [?] native vs (react native, flutter) 성능면에서 만족 시킬수 있을까? - 성능면에서는 이길수 없습니다. 그래서 체감상 어느정도의 차이가 나는지 직접 느껴보고 싶어서 준비하고 있습니다. [?] react native, flutter 중 flutter를 선택한 이유.. 2023. 7. 27.
[flutter] mac Android Studio (version 2022.1) ✗ Unable to find bundled Java version. flutter 세팅이 이렇게 어려운거 였던가..ㅠㅠ 찾아보니 생각보다 수정은 간단 cd /Applications/Android\ Studio.app/Contents ln -s jbr jre 2023. 7. 10.
[flutter] CocoaPods not installed. CocoaPods not installed. CocoaPods is used to retrieve the iOS and macOS platform side's plugin code that responds to your plugin usage on the Dart side. Without CocoaPods, plugins will not work on iOS or macOS. For more info, see https://flutter.dev/platform-plugins To install see https://guides.cocoapods.org/using/getting-started.html#installation for instructions. flutter doctor 를 실행하면 에러가 발생.. 2023. 7. 9.
[flutter] doctor --android-licenses Error: A JNI error has occurred, please check your installation and try again Exception in thread "main" java.lang.UnsupportedClassVersionError: com/android/prefs/AndroidLocationsProvider has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 flutter doctor 를 실행하면 android license를 위.. 2023. 7. 9.