Initial version of dart module
This commit is contained in:
parent
b0978a4526
commit
45da8d0d5f
4 changed files with 36 additions and 0 deletions
6
modules/lang/dart/packages.el
Normal file
6
modules/lang/dart/packages.el
Normal file
|
@ -0,0 +1,6 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; lang/dart/packages.el
|
||||
|
||||
(package! dart-mode)
|
||||
(when (featurep! +flutter)
|
||||
(package! flutter))
|
Loading…
Add table
Add a link
Reference in a new issue