Contains examples of how to embed Flutter in React apps
- cra-flutter: A simple React app (and component) bootstrapped with
Create React App.
Renders Flutter app in a customhostElement.
Inspired by Angular example fromflutter/samples.
Deployed to p-mazhnik.github.io/flutter-embedding/react. - expo-flutter: An Expo (React Native) app (and module).
On web, renders Flutter module in a customhostElement.
Deployed to p-mazhnik.github.io/flutter-embedding/expo.
On Android, renders Flutter module in aFlutterView.
On iOS, renders Flutter module in aFlutterViewController.
| Android | iOS | Web |
|---|---|---|
|
|
|


