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: 3 months 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-06T11:22:36.000Z (6 months ago)
- Last Synced: 2024-06-24T01:40:35.740Z (5 months ago)
- Topics: examples, flutter, go-flutter
- Language: Dart
- Homepage: https://github.com/go-flutter-desktop/go-flutter
- Size: 7.43 MB
- Stars: 252
- Watchers: 12
- 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/).