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

https://github.com/plugfox/roadmap

Flutter Developer Roadmap
https://github.com/plugfox/roadmap

Last synced: 11 months ago
JSON representation

Flutter Developer Roadmap

Awesome Lists containing this project

README

          

# Flutter Developer Roadmap

## How to start

Install dart

```bash
brew tap dart-lang/dart
brew install dart
```

Download dependencies and build the project

```bash
dart pub get
dart pub run build_runner build
dart pub global activate webdev
```

Serve the project

```bash
webdev serve
```

## How to WASM

[Dart 2 WASM](https://dart.dev/web/wasm)