일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- mfc
- Class
- inheritance
- flutter
- UNO
- length
- digitalRead
- sensor
- preprocessing
- Contour
- Encapusulation
- aduino
- APP
- compare
- Overloading
- parameter
- Android
- memory
- Unity
- Barcode
- public
- stream
- Pointer
- file access
- wpf
- Binary
- Read
- atmega328
- SERIAL
- java
Archives
- Today
- Total
목록Content (1)
폴크(FOLC)
Flutter App - 데이터 전달 ( 외부 요청 )
# 외부 명령 및 데이터를 수신한 경우 / 데이터 전달하는 경우 # InAppWebView 와 연동 처리 > 생성자에 OnCreateWindow 함수와 연결 > 옵션으로 새창을 OPEN 할 수 있도록 설정 # 소스 코드 Future onCreateNewWindow(InAppWebViewController controller, CreateWindowAction createWindowAction) async { var uri = createWindowAction.request.url; final String text = uri.toString(); final List contents = [ "http", "https", "file", "chrome", "data", "javascript", "about" ]..
Flutter, Android/Flutter 사용법
2021. 11. 10. 11:33