Skip to content

victoreronmosele/flutter_web_element_embedding_youtube_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flutter Web Element Embedding Demo

The demo for the YouTube tutorial "Flutter Web Element Embedding: An Introduction".

Flutter Web Element Embedding: An Introduction

It demonstrates how to embed a Flutter web app in a web page.

Running Steps

Follow these steps to run the project:

  1. Navigate to the Flutter app directory:

    cd flutter_app
  2. Build the Flutter web application:

    flutter build web
  3. Return to the root directory:

    cd ..
  4. 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

About

The complementary code for my Flutter video tutorial: Flutter Web Element Embedding: An Introduction

Topics

Resources

License

Stars

Watchers

Forks