An open API service indexing awesome lists of open source software.

https://github.com/nativeshell/examples


https://github.com/nativeshell/examples

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# NativeShell Examples

![](https://nativeshell.dev/screenshot-dev.png "Screenshot")

## 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` launch configuration once the application runs.

For more information go to [nativeshell.dev](https://nativeshell.dev).