Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/go-flutter-desktop/examples
Examples for go-flutter
https://github.com/go-flutter-desktop/examples
examples flutter go-flutter
Last synced: 5 days ago
JSON representation
Examples for go-flutter
- Host: GitHub
- URL: https://github.com/go-flutter-desktop/examples
- Owner: go-flutter-desktop
- Created: 2019-04-02T09:43:18.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-06T11:22:36.000Z (8 months ago)
- Last Synced: 2024-12-24T14:17:47.259Z (12 days ago)
- Topics: examples, flutter, go-flutter
- Language: Dart
- Homepage: https://github.com/go-flutter-desktop/go-flutter
- Size: 7.43 MB
- Stars: 257
- Watchers: 11
- Forks: 35
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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/).