From 5b5dff05b76f0ec56d800798f8a580673cb70dff Mon Sep 17 00:00:00 2001 From: Michael Goderbauer Date: Mon, 8 Apr 2024 10:48:08 -0700 Subject: [PATCH] Remove double heading (#146441) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The heading is already included in the macro. ## Old: ![Screenshot 2024-04-08 at 10 03 12 AM](https://github.com/flutter/flutter/assets/1227763/30108439-59e7-43b3-9ba5-fe57e04e7f10) --- packages/flutter/lib/src/widgets/binding.dart | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/flutter/lib/src/widgets/binding.dart b/packages/flutter/lib/src/widgets/binding.dart index 8c89000151..b30b3d1884 100644 --- a/packages/flutter/lib/src/widgets/binding.dart +++ b/packages/flutter/lib/src/widgets/binding.dart @@ -1412,8 +1412,6 @@ void runApp(Widget app) { /// calling [runWidget] with a [ViewCollection] that does not specify any /// [ViewCollection.views]. /// -/// ## Dismissing Flutter UI via platform native methods -/// /// {@macro flutter.widgets.runApp.dismissal} /// /// To release resources more eagerly, establish a [platform channel](https://flutter.dev/platform-channels/)