mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Remove a temporary lint ignore (flutter/engine#44091)
[The issue](https://github.com/dart-lang/linter/issues/4562) has been resolved. [C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
This commit is contained in:
parent
e7e523b368
commit
585acdf97b
@ -96,8 +96,7 @@ class FlutterView {
|
||||
final PlatformDispatcher platformDispatcher;
|
||||
|
||||
/// The configuration of this view.
|
||||
// TODO(goderbauer): remove ignore when https://github.com/dart-lang/linter/issues/4562 is fixed.
|
||||
_ViewConfiguration _viewConfiguration; // ignore: prefer_final_fields
|
||||
_ViewConfiguration _viewConfiguration;
|
||||
|
||||
/// The [Display] this view is drawn in.
|
||||
Display get display {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user