Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions packages/flutter_web_plugins/lib/flutter_web_plugins.dart
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@
///
/// 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`.
/// * [How to Write a Flutter Web Plugin](https://flutter.dev/to/flutter-web-plugin-guide),
/// a guide describing how the `url_launcher` package was created
/// using `flutter_web_plugins`.
///
/// @docImport 'src/plugin_registry.dart';
library flutter_web_plugins;
Expand Down