Description
Hello!
was very excited to find your project, activated it:
pub global activate dart_ctags
that went ok,
tryed the dart2native:
dart2native -o ~/bin/tags.dart ~/.pub-cache/bin/dart_ctags
which failed:
Warning: 'dart2native' is deprecated. Please use 'dart compile exe'.
Info: Compiling with sound null safety
../../.pub-cache/bin/dart_ctags:8:93: Error: A '$' has special meaning inside a string, and must be followed by an identifier or an expression in curly braces ({}).
Try adding a backslash () to escape the '$'.
dart "/home/bboett/.pub-cache/global_packages/dart_ctags/bin/tags.dart-2.14.2.snapshot" "$@"
..... (lots of them)
but oh well, will do without the native:
dart_ctags -l -o tags
ERROR: unable to generate tags for ./bin/wbconvert.dart
ERROR: unable to generate tags for ./lib/kto_plan.dart
ERROR: unable to generate tags for ./lib/csv_handler.dart
ERROR: unable to generate tags for ./lib/journal.dart
ERROR: unable to generate tags for ./lib/noh_fibu.dart
ERROR: unable to generate tags for ./lib/book.dart
ERROR: unable to generate tags for ./test/book.dart
ah darn?? it didn't like any of my dart files??
what did i do wrong?