Slide 7
Slide 7 text
7
3. Platform Views とは
※ 次の公式ドキュメントより
・Hosting native Android views in your Flutter app with Platform Views
・Hosting native iOS views in your Flutter app with Platform Views
● Platform Views により Flutter アプリにネイティブの
ビューを組み込めるようになる
● (例) Google Maps の Android/iOS SDKからネイティブの
マップビューを Flutter アプリで使用可能
● Android の Platform Views には複数の実装(表示モード)
があり、それらはパフォーマンスとネイティブの忠実度の
両面においてトレードオフがある
● iOS の Platform Views の実装は1つのみ
Google Maps Web View
EV充電エネチェンジアプリで
使用している Platform Views