Hossein Yousefpour
Hossein Yousefpour
I solved it by adding custom BaseWebAuth and getting the code from the URL instead of the post message. ``` class MyWebAuth implements BaseWebAuth { @override Future authenticate({ required String...
Dear Dmitriy, Thank you for bringing this to our attention. Based on the error message you've posted, it seems like there might be some confusion around the platform you're trying...
I just added web support to the restart app package, so it now supports both Android and Web platforms. But, in terms of iOS, I don't have any real plans...
> There are no methods available in iOS to restart the app. So the best that can be done on IOS is to re-instantiate root UIViewController. > > More info:...
As my research and other developers suggestions, **there isn't any working solution for that**. _I keep this issue open for new ideas_
@Milimeter, @khang-dev, @hosseinkhojany, @isAlmogK, @zamirszn I appreciate your support and feedback on this package! Unfortunately, restarting a Flutter app using native APIs in iOS is not supported by **the platform**....
After a very long period, iOS support has now been added to the restart_app package v1.2.0!
Please check this comment: https://github.com/gabrimatic/restart_app/issues/23#issuecomment-2331931090
In the new version 1.3.0, the exit method has been removed from Android restart. It is now using a new safe strategy to handle the native restart. Unfortunately, there is...
Now in the new version 1.3.0, you can customize the title and the body of the notification.