GoldenSoju
Results
2
issues of
GoldenSoju
Seems like a null-safety error. I think in social_share.dart you would have to change the code: ``` if (Platform.isAndroid) { modifiedUrl = Uri.parse(url!).toString().replaceAll('#', "%23"); } else { modifiedUrl = Uri.parse(url!).toString();...
Hi! First of all thanks for all your work! My problem: When I logout and login again, the system opens the same page which was last visited prior to logout....
Sponsorable