From 9cbbc6adc9223e7df87358744dff5d413b2e05eb Mon Sep 17 00:00:00 2001 From: Ben Evans Date: Wed, 20 Apr 2022 15:27:55 +0100 Subject: [PATCH] feat: add plugin netlify-plugin-flutter at version 1.1.0 --- site/plugins.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/site/plugins.json b/site/plugins.json index 52318aa61..e4313e072 100644 --- a/site/plugins.json +++ b/site/plugins.json @@ -1,4 +1,12 @@ [ + { + "author": "bencevans", + "description": "Install the Flutter SDK for Building and Deploying Flutter Web Apps", + "name": "Flutter SDK", + "package": "netlify-plugin-flutter", + "repo": "https://github.com/bencevans/netlify-plugin-flutter", + "version": "1.1.0" + }, { "author": "nimbella", "description": "Nimbella plugin to extend Netlify Sites with stateful and portable serverless APIs.",