Fixed issues addressed by @hlissner on #2549.

This commit is contained in:
M. Yas. Davoodeh 2020-03-16 00:02:16 +03:30
parent aefb0672b4
commit 2b47b1e99a
4 changed files with 67 additions and 23 deletions

View file

@ -1,6 +1,6 @@
;; -*- no-byte-compile: t; -*-
;;; lang/dart/packages.el
(package! dart-mode)
(package! dart-mode :pin "04fcd649f1")
(when (featurep! +flutter)
(package! flutter))
(package! flutter :pin "ec92a4df84"))