Skip to content

TerminalStudio/studio_nativeshell

Repository files navigation

NativeShell Application Template

This is a template for minimal NativeShell application.

Prerequisites

  1. Install Rust
  2. Install Flutter
  3. Enable Flutter desktop support
  4. Switch to Fluttter Master (flutter channel master; flutter upgrade)

Getting Started

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published