From d8e8f1d7e4d7b72226abe4de2ade32fda7b6630c Mon Sep 17 00:00:00 2001 From: Denis Ziulev Date: Mon, 21 Nov 2022 22:12:29 +0100 Subject: [PATCH] Add ml-plugin --- PKGBUILD | 2 +- lib/main.dart | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index c7f89e8..f45bc21 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Denis Ziulev pkgname=spotter -pkgver=1.9.8 +pkgver=1.9.9 pkgrel=1 pkgdesc="Simple and powerful tool to launch everything" arch=('x86_64') diff --git a/lib/main.dart b/lib/main.dart index ea363a6..eb167a0 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -176,6 +176,7 @@ class _SpotterState extends State { List plugins = [ 'spotter-application/applications-plugin', 'spotter-application/calculator-plugin', + 'spotter-application/ml-plugin', ]; final textFieldFocusNode = FocusNode();