-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Labels
dependency: dartDart team may need to help usDart team may need to help usteam-toolOwned by Flutter Tool teamOwned by Flutter Tool team
Description
Starting with the Dart roll here flutter/engine#49880, the behavior of the analysis server is different when supplied with the following file:
import 'package:flutter/material.dartPreviously, the analysis server would come back with the errors:
error • error.dart:1:8 • Expected to find ';'. • expected_token
error • error.dart:1:37 • Unterminated string literal. •
unterminated_string_literal
warning • error.dart:1:8 • Unused import: 'package:flutter/material.dart'. Try
removing the import directive. • unused_import
3 issues found.
However, after the roll linked above, it reports no errors, and returns success. See #141870.
Metadata
Metadata
Assignees
Labels
dependency: dartDart team may need to help usDart team may need to help usteam-toolOwned by Flutter Tool teamOwned by Flutter Tool team