# Example of embedding Flutter using FlutterViewThis project demonstrates how to embed Flutter within an iOS or Androidapplication. On iOS, the iOS and Flutter components are built with Xcode. OnAndroid, the Android and Flutter components are built with Android Studio orgradle.You can read more about
## iOSYou can open `ios/Runner.xcworkspace` in Xcode and build the project asusual. For this sample you need to run `pod install` from the `ios` folderbefore building the first time.## AndroidYou can open `android/` in Android Studio and build the project as usual.