tree: d03e960b640bd712639f4a2d62de23f7aa46e28a
  1. bin/
  2. lib/
  3. test/
  4. tools/
  5. .gitignore
  6. analysis_options.yaml
  7. CHANGELOG.md
  8. example.dill.txt
  9. out.js
  10. out.js.deps
  11. out.js.map
  12. pubspec.yaml
  13. README.md
pkgs/messages/example_native/README.md

A sample command-line application with an entrypoint in bin/, library code in lib/, and example unit test in test/.

To inspect dill file:

dart compile kernel bin/example.dart dart ~/projects/sdk/pkg/kernel/bin/dump.dart bin/example.dill > example.dill.txt