Skip to content

Commit

Permalink
Fix doc TODO (flutter#136485)
Browse files Browse the repository at this point in the history
Underlying bug (dart-lang/dartdoc#2276) has been fixed a while ago.
  • Loading branch information
goderbauer authored Oct 12, 2023
1 parent 1b797ba commit 7ea5536
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/flutter/lib/src/services/text_formatter.dart
Original file line number Diff line number Diff line change
Expand Up @@ -265,8 +265,7 @@ class FilteringTextInputFormatter extends TextInputFormatter {
///
/// If [allow] is true, then the filter pattern is an allow list,
/// and characters must match the pattern to be accepted. See also
/// the `FilteringTextInputFormatter.allow` constructor.
// TODO(goderbauer): Cannot link to the constructor because of https://github.com/dart-lang/dartdoc/issues/2276.
/// the [FilteringTextInputFormatter.allow()] constructor.
///
/// If [allow] is false, then the filter pattern is a deny list,
/// and characters that match the pattern are rejected. See also
Expand Down

0 comments on commit 7ea5536

Please sign in to comment.