The demo for the YouTube tutorial "Flutter Web Element Embedding: An Introduction".
It demonstrates how to embed a Flutter web app in a web page.
Follow these steps to run the project:
-
Navigate to the Flutter app directory:
cd flutter_app
-
Build the Flutter web application:
flutter build web
-
Return to the root directory:
cd ..
-
Start a local server to serve the web content:
python3 -m http.server
After running these commands, you can access the application by opening your web browser and navigating to:
http://localhost:8000