https://github.com/nativeshell/app_template
https://github.com/nativeshell/app_template
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nativeshell/app_template
- Owner: nativeshell
- License: unlicense
- Created: 2021-05-23T16:54:15.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-01-12T14:51:10.000Z (over 3 years ago)
- Last Synced: 2023-03-06T04:27:45.463Z (over 3 years ago)
- Language: Rust
- Size: 133 KB
- Stars: 27
- Watchers: 2
- Forks: 7
- 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
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).