Hien Nguyen

Results 68 comments of Hien Nguyen

> Hi, > > I've managed to get this to work using v5's migrate feature. > > `isStateEmpty` is a function which you craft to determine whether the state is...

i think we can't navigate when app kill. so i have to use this check https://github.com/hiennguyen92/flutter_callkit_incoming/blob/6cb1ba422f835fc2482cb5c012cba1ecdb237188/example/lib/main.dart#L87 to open calling page when open app

sorry this happened. you may need to add this after showIncoming. https://github.com/hiennguyen92/flutter_callkit_incoming/blob/6cb1ba422f835fc2482cb5c012cba1ecdb237188/example/ios/Runner/AppDelegate.swift#L78 for sure you can add this `DispatchQueue.main.asyncAfter(deadline: .now() + 1.5) { completion() }`