Skip to content

Commit

Permalink
Add ml-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ziulev committed Nov 21, 2022
1 parent f071c34 commit d8e8f1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maintainer: Denis Ziulev <[email protected]>
pkgname=spotter
pkgver=1.9.8
pkgver=1.9.9
pkgrel=1
pkgdesc="Simple and powerful tool to launch everything"
arch=('x86_64')
Expand Down
1 change: 1 addition & 0 deletions lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ class _SpotterState extends State<Spotter> {
List<String> plugins = [
'spotter-application/applications-plugin',
'spotter-application/calculator-plugin',
'spotter-application/ml-plugin',
];

final textFieldFocusNode = FocusNode();
Expand Down

0 comments on commit d8e8f1d

Please sign in to comment.