Platform views allow you to embed native views in a Flutter app , so you can apply transforms, clips, and opacity to the native view from Dart. This allows you, for example, to use the native Google Maps from the Android and iOS SDKs directly inside your Flutter app, by using Platform Views.
Read moreWhat is platform channel language?
The platform channel languages tell the wizard what language you want the native apps to be built in. By default, Java is used for Android , and Swift for iOS.
Read more