728x90 flutter26 Error type argument 'nw_proxy_config_t' 에러 로그 Error (Xcode): type argument 'nw_proxy_config_t' (aka 'struct nw_proxy_config *') is neither an Objective-C object nor a block type /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.0.sdk/System/Library/Frameworks/WebKit.framework/Headers/WKWebsiteDataStore.h:119:46 Parse Issue (Xcode): Could not build module 'WebKit' /Users/kimj.. 2023. 10. 21. flutter 간단한 WebView app 만들기 (home_widget 후편) 더보기 HomeWidget is a Plugin to make it easier to create HomeScreen Widgets on Android and iOS. HomeWidget does not allow writing Widgets with Flutter itself. It still requires writing the Widgets with native code. However, it provides a unified Interface for sending data, retrieving data and updating the Widgets Flutter에서는 홈 화면 위젯을 만드는 것이 약간 복잡합니다. Dart 언어로는 홈 화면 위젯을 만들 수 없습니다. 그러므로 안드로이드용 코틀린이나 .. 2023. 9. 26. flutter 간단한 WebView app 만들기 (home_widget 전편) home_widget 구현에 앞서 Platform setup과 home_widget 한번 띄워보는 과정을 기록하였습니다. 1. HomeWidget이란 더보기 HomeWidget is a Plugin to make it easier to create HomeScreen Widgets on Android and iOS. HomeWidget does not allow writing Widgets with Flutter itself. It still requires writing the Widgets with native code. However, it provides a unified Interface for sending data, retrieving data and updating the Widgets H.. 2023. 9. 25. flutter 간단한 WebView app 만들기 (url_list_screen 구현편) flutter webView app 만들기 url_list_screen 구현 편 완성본 스크린샷 및 기능 설명 1. 주소 리스트를 shared_prefeences로 로컬에 저장하고, 보여 줍니다. 2. 주소는 추가 할 수 있습니다. 3. 삭제도 할 수 있습니다. 4. url 클릭시 해당 주소로 이동할수 있으면 목표 달성 구현 하기 1. pubspec.yaml 패키지 추가 shared_prefereces shared_preferences: ^2.2.0 2. main.dart 초기화 import 'package:flutter/material.dart'; import 'package:hybrid_app/url_list_screen.dart'; void main() async { // main() 함수에서 aw.. 2023. 9. 23. 이전 1 2 3 4 5 6 7 다음 728x90