Results 4 issues of Gianluca Esposito

Actually calling ``` val systemUiController = rememberSystemUiController() SideEffect { systemUiController.isStatusBarVisible = false } ``` hides correctly the status bar, but content doesn't fit the status bar empty space. I have...

The code NSString *processedText = [currentText stringByRemovingNewLinesAndWhitespace]; in MWFeedParser.m (line 611) seems to remove required chars. I had problem with some urls in item link similar to http://www.myfeed.com/node/1062190 The url...

I'm trying to test my app on simulator, running XCode Version 11.4 (11E146), but I'm getting this error ``` Undefined symbols for architecture i386: "_FlutterMethodNotImplemented", referenced from: -[OpenFilePlugin handleMethodCall:result:] in...

Added support for Android 5+ advanced notifications customizations (small icon, large icon and color).