Christian Arduino

Results 3 issues of Christian Arduino

After using the plugin, it seems impossible to obtain the effect shown in the photo: Desired effect: ![image](https://user-images.githubusercontent.com/54827354/86511036-930d9700-bdf5-11ea-89d7-9c1c693f147c.png) Actual effect: ![image](https://user-images.githubusercontent.com/54827354/86510990-1ed2f380-bdf5-11ea-9e17-3b2e36d5f77e.png) That's without SafeArea

`/Users/christian/Downloads/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_statusbarcolor-0.2.3/ios/Classes/FlutterStatusbarcolorPlugin.m:15:37: warning: implicit conversion from 'long long' to 'NSInteger' (aka 'int') changes value from 38482458385 to -172247279 [-Wconstant-conversion] static NSInteger statusBarViewTag = 38482458385; ` How I use plugin in my...