본문 바로가기

Flutter4

Kotlin, Swift, Flutter, React Native 디바이스 인터페이스 Native에서 지원하는 디바이스 인터페이스와 flutter, RN에서 사용되는 함수들이 궁금해서 Bard에게 물어보았다 ㅎㅎ; 그래서 정확하지는 않을수 있겠지만 하나씩 붙여가면서 확인해봐야 할것 같다. - Native에서 지원하는 인터페이스중 지원하지 않는게 있을것 같아서 확인할겸 정리해 보았다. 다 되는것같아 보이긴한대.. 함수 Kotlin Swift Flutter React Native 지문인식 FingerprintManager.authenticate(null, null, 0, null, null) UIDevice.isPasscodeSet BiometricPrompt.authenticate(null) Biometric.authenticate() 페이스아이디 FaceManager.authenticat.. 2023. 10. 15.
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.