Target the specific design of Material for Android and Cupertino for iOS widgets through a common set of Platform aware widgets
Run the following
$ flutter pub add flutter_platform_widgets
And then in pubspec.yaml
dependencies:
flutter_platform_widgets: {LATEST}
And for any file you use add this import
import 'package:flutter_platform_widgets/flutter_platform_widgets.dart';