Jaehee Kim
Jaehee Kim
@mvanbeusekom Please check this case. π > iOS 17.2 > permission_handler : 11.2.0 I've been testing for the `Permission.locationAlways `status. Before calling `Permission.locationAlways.requset()`, I called `Permission.location.requset()`or `Permission.locationWhenInUse.requset()` and the value...
Thanks π @charlieforward9 @lcw99
@jerlyjelly I hope this helps https://github.com/JaeHeee/FlutterWithMediaPipe
AppDelegate.swift νμΌμ μλ μ½λλ₯Ό μΆκ°ν΄μ μμλ‘ μ¬μ©νμ€ μ μμκ² κ°μ΅λλ€. ``` swift import UIKit import Flutter import NaverThirdPartyLogin @UIApplicationMain @objc class AppDelegate: FlutterAppDelegate { override func application( _ application: UIApplication,...