Conversation
MengqinShen
approved these changes
Feb 1, 2026
636f783 to
edf2d0f
Compare
af9b734 to
dfb0ae7
Compare
8a7df75 to
6dfb00f
Compare
4a21128 to
1410cfa
Compare
752bb83 to
3d81346
Compare
3d81346 to
2d5f9e9
Compare
This was referenced Feb 1, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR transforms
rules_dartinto a first-class Bazel ruleset with feature parity torules_goandrules_rust. It is now ready for BCR (Bazel Central Registry) publication.Feature Parity Matrix
Key Changes
Phase 1-2: Foundation & Toolchain
dart_toolchainrule withDartToolchainInfoprovidertoolchain_typeregistration for multi-SDK supportPhase 3: Dependency Management
pubspec.lockparsing in Starlarkdart_packagerepository ruledart_depsmodule extensionPhase 4: Testing & Coverage
bazel coverageshard_countattributePhase 5: Code Generation
dart_proto_library- Proto message generationdart_grpc_library- gRPC service stub generationdart_build_runner- freezed/json_serializable supportproto_example/,freezed_example/Phase 6: Advanced Features
rbe.bazelrc- Complete RBE configurationPhase 8: IDE Integration
dart_ide_infoaspect for IntelliJ/VSCodeDartIdeInfoprovider with source/dependency infoFile Structure
Remaining Future Work
flutter_library,flutter_test,flutter_applicationTesting
.sh+.bat) for all examplesBreaking Changes
None - all changes are additive.