An open API service indexing awesome lists of open source software.

https://github.com/fluttercommunity/site

Website
https://github.com/fluttercommunity/site

Last synced: about 1 year ago
JSON representation

Website

Awesome Lists containing this project

README

          

## Site

Basic start to a community website.

We are building the site in Dart utilising the [Dart Web Platform](https://dart.dev/web) with core web libraries like [dart:html](https://api.dart.dev/stable/3.1.0/dart-html/dart-html-library.html).

We utilise [Jaspr](https://pub.dev/packages/jaspr) to provide a more Flutter centric feel to web development. Check out the [docs](https://docs.page/schultek/jaspr) for more info.

## Prerequisites

Install the [webdev tool](https://dart.dev/tools/webdev)

```sh
dart pub global activate webdev
```

## Run locally with

```sh
webdev serve --auto refresh
```

## Debugging

Install the [Dart Debug Extension](https://chrome.google.com/webstore/detail/dart-debug-extension/eljbmlghnomdjgdjmbdekegdkbabckhm) and run:

```sh
webdev serve --debug-extension
```

or you you use devtools [Debugging Web Info](https://dart.dev/web/debugging)

## Build

```sh
webdev build
```