Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Realm
- SwiftUI
- rxswift
- JPA
- Xcode
- FLUTTER
- Session
- error
- IOS
- Git
- appstore
- Archive
- window
- 이미지
- iOS16
- 한글
- MacOS
- Firebase
- 개발자
- Apple
- geofencing
- view
- github
- Swift
- darkmode
- Code
- mac
- 웹뷰
- Notification
- UIButton
Archives
- Today
- Total
목록param (1)
EEYatHo 앱 깎는 이야기

코틀린 코드 호출 포스팅 Flutter -> Kotlin 전달 static const platform = MethodChannel('channelName'); var result = await platform.invokeMethod('methodName', {'param1': [1, 2], 'param2': "stringParam"}); Kotlin 에서 수신 flutterEngine?.dartExecutor?.let { MethodChannel(it, 'channelName').setMethodCallHandler { call, result -> if (call.method == "methodName") { val param1 = call.argument("param1")?.toIntArray val ..
Flutter/Native 코드 호출
2022. 10. 28. 16:52