일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- stream
- Read
- parameter
- atmega328
- preprocessing
- file access
- Unity
- Binary
- Encapusulation
- APP
- Overloading
- length
- java
- Android
- wpf
- inheritance
- sensor
- public
- Pointer
- flutter
- SERIAL
- memory
- mfc
- compare
- Class
- UNO
- aduino
- digitalRead
- Barcode
- Contour
Archives
- Today
- Total
목록createwindowaction (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