1.2.0 • Published 1 year ago

netlify-plugin-flutter v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Netlify Flutter Build Plugin

Netlify Build Plugin adding support to build Flutter web apps to Netlify.

Install

Please install this plugin from the Netlify app.

Manual installation:

$ npm install -D netlify-plugin-flutter

Add the following to your Netlify site's netlify.toml file:

[[plugins]]

  package = "netlify-plugin-flutter"

   [plugins.inputs]
    channel = "stable"

[build]

command = "flutter build web --release"
publish = "build/web"

Configuration

The following inputs options are available.

NameTypeDefaultDescription
channelstringstableFlutter channel to install.

These options should be written in the netlify.toml file as in the example bellow.

1.2.0

1 year ago

1.1.0

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago