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.
Install the webdev tool
dart pub global activate webdevwebdev serve --auto refreshInstall the Dart Debug Extension and run:
webdev serve --debug-extensionor you you use devtools Debugging Web Info
webdev build