rules_dart icon indicating copy to clipboard operation
rules_dart copied to clipboard

Dart rules for Bazel

Results 15 rules_dart issues
Sort by recently updated
recently updated
newest added

Create an auto-roller that periodically checks for a new Dart SDK version, sends a PR to upgrade the linux and macos versions, and lands it if all tests pass.

enhancement

In #15, I switched from hardcoding Bazel 1.0.1 in the .travis.yml config to installing Bazel via their published APT repository. This has the advantage that we pick up the latest...

enhancement

Users should be able to build Flutter apps using Bazel. The Flutter tool doesn't yet have a stable API but if we get to that point, it would be reasonable...

enhancement

We'd still likely need a bundle format to deal with loading of data assets.

enhancement

Along with the checked in sources in the repo, Bazel emits generated code to either `bazel-bin` or `bazel-genfiles`. Since checked-in code frequently imports generated code, toolchain support for multiple parallel...

enhancement