From 5adb347e6a4fd751083cde2af0a2ad8bb4de3c9a Mon Sep 17 00:00:00 2001 From: Ahmed Atef Fathi Date: Fri, 12 Dec 2025 23:47:10 +0200 Subject: [PATCH] Update flutter_web_plugins.dart Replace unstable Medium article link with tooling redirect --- packages/flutter_web_plugins/lib/flutter_web_plugins.dart | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/packages/flutter_web_plugins/lib/flutter_web_plugins.dart b/packages/flutter_web_plugins/lib/flutter_web_plugins.dart index 5c42fa359771a..ac53da9973561 100644 --- a/packages/flutter_web_plugins/lib/flutter_web_plugins.dart +++ b/packages/flutter_web_plugins/lib/flutter_web_plugins.dart @@ -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;