This is a template for minimal NativeShell application.
- Install Rust
- Install Flutter
- Enable Flutter desktop support
- Switch to Fluttter Master (
flutter channel master; flutter upgrade
)
TL;DR
dart sync_deps.dart
cargo run
Get git dependencies with dart sync_deps.dart clone
;
Launch it with cargo run
.
To debug or hot reload dart code, start the Flutter: Attach to Process
configuration once the application runs.
For more information go to nativeshell.dev.