https://github.com/terminalstudio/studio_nativeshell
https://github.com/terminalstudio/studio_nativeshell
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/terminalstudio/studio_nativeshell
- Owner: TerminalStudio
- License: other
- Created: 2021-06-15T01:42:59.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-17T12:29:35.000Z (almost 4 years ago)
- Last Synced: 2025-01-16T01:52:23.771Z (4 months ago)
- Language: Dart
- Size: 211 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NativeShell Application Template
This is a template for minimal NativeShell application.
## Prerequisites
1. [Install Rust](https://www.rust-lang.org/tools/install)
2. [Install Flutter](https://flutter.dev/docs/get-started/install)
3. [Enable Flutter desktop support](https://flutter.dev/desktop#set-up)
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](https://nativeshell.dev).