Doc imports again (#152958)

https://github.com/flutter/flutter/issues/150800

The only remaining reports of `comment_references` are now because of the known issues listed in https://github.com/flutter/flutter/issues/150800.
This commit is contained in:
Michael Goderbauer
2024-08-07 11:32:37 -07:00
committed by GitHub
parent 9b0dc2ba36
commit 7c8feb94a5
20 changed files with 32 additions and 6 deletions

View File

@@ -4,7 +4,7 @@
import 'package:flutter/widgets.dart';
/// Flutter code sample for [dart]:ui FontFeature.FontFeature.tabularFigures.
/// Flutter code sample for [FontFeature.tabularFigures].
void main() => runApp(const ExampleApp());