Hien Nguyen
Hien Nguyen
make sure `id` is UUID (v4)
Ok. I will check and update soon.
please update version 1.0.3+1.
please update version 1.0.3+1
thank you.
> 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
Ok. I will check and merge it inside next version.
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() }`