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
- FLUTTER
- 한글
- github
- window
- Firebase
- UIButton
- appstore
- Archive
- Swift
- Realm
- Git
- JPA
- 이미지
- Xcode
- darkmode
- IOS
- 개발자
- Code
- iOS16
- SwiftUI
- Notification
- geofencing
- error
- mac
- Apple
- Session
- MacOS
- view
- 웹뷰
- rxswift
Archives
- Today
- Total
목록값 (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