I know you can run Dart code natively in your browser using Dartium (Chrome with an embedded Dart VM), and you can compile your Dart to JavaScript.
But seeing I prefer using Firefox for web development, is there a way to run Dart code directly in Firefox? For example via a plugin or extension?