Skip to content

Commit de38ee1

Browse files
authored
[rfw] Remove old TODOs for code block languages. (#11080)
Fixing flutter/flutter#157620. No actual changes, just cleaning up a couple of comments. I avoided running the formatter because it changes the entire file, but if you'd like me to, I can. I also didn't add any tests, nor pubspec, CHANGELOG changes. ## Pre-Review Checklist **Note**: The Flutter team is currently trialing the use of [Gemini Code Assist for GitHub](https://developers.google.com/gemini-code-assist/docs/review-github-code). Comments from the `gemini-code-assist` bot should not be taken as authoritative feedback from the Flutter team. If you find its comments useful you can update your code accordingly, but if you are unsure or disagree with the feedback, please feel free to wait for a Flutter team member's review for guidance on which automated comments should be addressed. [^1]: Regular contributors who have demonstrated familiarity with the repository guidelines only need to comment if the PR is not auto-exempted by repo tooling.
1 parent 54b6834 commit de38ee1

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

packages/rfw/lib/src/flutter/material_widgets.dart

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,16 +64,10 @@ import 'runtime.dart';
6464
/// be supported. As a result, the following `ButtonBar` parameters are no longer
6565
/// supported:
6666
///
67-
// TODO(kallentu): Remove ignore and fix when stable is bumped.
68-
// https://github.com/flutter/flutter/issues/157620
69-
// ignore: missing_code_block_language_in_doc_comment
7067
/// * `buttonMinWidth`
7168
/// * `buttonHeight`
7269
/// * `buttonAlignedDropdown`
7370
///
74-
// TODO(kallentu): Remove ignore and fix when stable is bumped.
75-
// https://github.com/flutter/flutter/issues/157620
76-
// ignore: missing_code_block_language_in_doc_comment
7771
/// It is recommended to use the [OverflowBar] widget.
7872
///
7973
/// Some features are not supported:

0 commit comments

Comments
 (0)