Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/go-flutter-desktop/examples

Examples for go-flutter
https://github.com/go-flutter-desktop/examples

examples flutter go-flutter

Last synced: about 2 months ago
JSON representation

Examples for go-flutter

Awesome Lists containing this project

README

        

# go-flutter-desktop/examples

This repository contains some example applications that can be built using [go-flutter](https://github.com/go-flutter-desktop/go-flutter).

## Compiled example ![Github Actions](https://github.com/go-flutter-desktop/examples/workflows/Github%20Actions/badge.svg)
Pre-compiled examples are available as [Github action](https://github.com/go-flutter-desktop/examples/actions) artifacts.

## Getting started

### Install dependencies

You'll need to have the following tools installed on your machine.

- [flutter](https://flutter.dev)
- [go](https://golang.org)
- [hover](https://github.com/go-flutter-desktop/hover)

### Run the example

```bash
git clone https://github.com/go-flutter-desktop/examples.git
cd examples/[.....] # select an example project
hover run
```

## Issues

Please report issues at the [go-flutter issue tracker](https://github.com/go-flutter-desktop/go-flutter/issues/).