more docImports (#151951)

Part of https://github.com/flutter/flutter/issues/150800.
This commit is contained in:
Michael Goderbauer
2024-08-05 16:19:51 -07:00
committed by GitHub
parent f6b4db9d6b
commit 75b6a2ff6a
17 changed files with 39 additions and 16 deletions

View File

@@ -12,7 +12,7 @@
/// See also:
///
/// * [How to Write a Flutter Web Plugin](https://medium.com/flutter/how-to-write-a-flutter-web-plugin-5e26c689ea1), a Medium article
/// describing how the `url_launcher` package was created using [flutter_web_plugins].
/// describing how the `url_launcher` package was created using `flutter_web_plugins`.
///
/// @docImport 'src/plugin_registry.dart';
library flutter_web_plugins;