-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
P2A bug or feature request we're likely to work onA bug or feature request we're likely to work onlegacy-area-analyzerUse area-devexp instead.Use area-devexp instead.
Description
I am trying to get this [runApp] reference to resolve with docimports:
I added the following doc import for the widget library (which exports runApp from https://github.com/flutter/flutter/blob/1d1367678a56ce5d3e02175456ee29f50363da83/packages/flutter/lib/src/widgets/binding.dart#L1397):
/// @docImport 'package:flutter/widgets.dart';
library;It doesn't work, though. The comment_references lint continues to complain about the [runApp] reference and clicking through in the IDE on [runApp] also results in a "Cannot find declaration to go to" error.
Metadata
Metadata
Assignees
Labels
P2A bug or feature request we're likely to work onA bug or feature request we're likely to work onlegacy-area-analyzerUse area-devexp instead.Use area-devexp instead.