Skip to content

Commit

Permalink
more dart snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
David Chen authored and David Chen committed Feb 14, 2022
1 parent 88998af commit 0b77321
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Ultisnips/dart.snippets
Original file line number Diff line number Diff line change
Expand Up @@ -452,3 +452,7 @@ Future.delayed(const Duration(milliseconds: ${1:300})).then((_) {
${2}
});
endsnippet

snippet now "DateTime.now()"
DateTime.now()
endsnippet

0 comments on commit 0b77321

Please sign in to comment.