Wing CHAN

Results 58 comments of Wing CHAN

https://stackoverflow.com/a/15423880/5588637 if preset `$(BUNDLE_NAME) ` to CFBundleDisplayName property in the Info.plist, i think is better

today have Flutter 1.17.2 update, still have this problem. Flutter 1.17.2 • channel stable • https://github.com/flutter/flutter.git Framework • revision 5f21edf8b6 (10 hours ago) • 2020-05-28 12:44:12 -0700 Engine • revision...

thanks your quick reply, `SafeArea` can solved my problem, but if i set `bottom: false`, the problem still here ```dart return SafeArea( bottom: false, ... ); ```

you can use this ``` pod 'DisplaySwitcher', :git => 'https://github.com/Yalantis/DisplaySwitcher.git', :tag => '1.2' ```

you can use this ``` pod 'DisplaySwitcher', :git => 'https://github.com/Yalantis/DisplaySwitcher.git', :tag => '1.2' ```

Can you provide "transformers" example for Blacklist / Whitelist? Thanks...