1
0
mirror of https://github.com/flutter/samples.git synced 2026-03-22 04:17:50 +00:00
Files
samples/web

Samples for Flutter for web.

Building Samples code

Set up webdev for first time as below:

$ pub global activate webdev
$ pub get

Build and run code locally at http://localhost:8080

$ webdev serve

Checkout this link for more details about building, serving and testing code.