https://github.com/plugfox/roadmap
Flutter Developer Roadmap
https://github.com/plugfox/roadmap
Last synced: 11 months ago
JSON representation
Flutter Developer Roadmap
- Host: GitHub
- URL: https://github.com/plugfox/roadmap
- Owner: PlugFox
- Created: 2025-01-26T22:39:56.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-10T05:12:53.000Z (about 1 year ago)
- Last Synced: 2025-04-01T16:12:57.526Z (about 1 year ago)
- Language: Dart
- Size: 209 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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)