From e16a9e307955470b95c7eb254cf77b9ebfae68d4 Mon Sep 17 00:00:00 2001 From: JenChieh Date: Fri, 23 Feb 2024 00:26:12 -0800 Subject: [PATCH] fix compile --- flycheck-dart.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flycheck-dart.el b/flycheck-dart.el index fc51c62..23cbac2 100644 --- a/flycheck-dart.el +++ b/flycheck-dart.el @@ -32,6 +32,8 @@ ;;; Code: +(require 'flycheck) + (flycheck-define-checker dart "Dart static analyzer using dart analyze." :command ("dart" "analyze" "--format=machine" source)