fluttercommunity / site

Website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Website


Languages

Language:Dart 89.2%Language:CSS 6.4%Language:HTML 4.3%