mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Fix analyzer warnings
This commit is contained in:
parent
6b4352bb14
commit
ac266c6789
@ -534,7 +534,6 @@ abstract class Widget {
|
||||
details.add('$key');
|
||||
details.add('hashCode=$hashCode');
|
||||
details.add(mounted ? 'mounted' : 'not mounted');
|
||||
String generationString = '';
|
||||
if (_generation != _currentGeneration) {
|
||||
int delta = _generation - _currentGeneration;
|
||||
String sign = delta < 0 ? '' : '+';
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user