hover

command module
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 21, 2019 License: BSD-3-Clause Imports: 1 Imported by: 0

README

hover - Release Flutter applications on the desktop

hover is a simple tool to help with building a flutter application for desktop.

Hover is brand new and under development, it should be considered alpha. Anything can break, please backup your data before using hover

Getting started

Install

First install go, then install hover like this:

go get -u github.com/go-flutter-desktop/hover

Run the same command to update when a newer version becomes available.

Use

cd into a flutter project.

cd to/my/project

Then, only the first time, you'll need to initialize for desktop.

hover init

This creates the directory desktop and adds Go files.

You may add plugins in desktop/cmd/options.go

Optionally change the logo in desktop/assets/logo.png, which is used as icon for the window.

To build and execute, run:

hover build
cd desktop/build/outputs/linux
./yourApplicationName

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
assets
app
internal

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL