Skip to content

fluttercommunity/site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Site

Basic start to a community website.

We are building the site in Dart utilising the Dart Web Platform with core web libraries like dart:html.

We utilise Jaspr to provide a more Flutter centric feel to web development. Check out the docs for more info.

Prerequisites

Install the webdev tool

dart pub global activate webdev

Run locally with

webdev serve --auto refresh

Debugging

Install the Dart Debug Extension and run:

webdev serve --debug-extension

or you you use devtools Debugging Web Info

Build

webdev build