Write and test platform-specific widgets in Flutter
With Flutter, it's possible to display a CupertinoButton on iOS and a RaisedButton on Android, giving an even more native looking to our apps.
Display a widget on a specific platform is a reasonable requirement and it can apply to other platforms tha...
arthurdenner.hashnode.dev4 min read