Run flutter analyze
Analyzing Mobile...
info • The import of 'dart:ui' is unnecessary because all of the used elements are also provided by the import of 'package:flutter/material.dart' • lib/main.dart:2:8 • unnecessary_import
info • Use key in widget constructors • lib/main.dart:255:3 • use_key_in_widget_constructors
info • The operand can't be null, so the condition is always true • lib/main.dart:256:41 • unnecessary_null_comparison
info • Use lowercase_with_underscores for package names • pubspec.yaml:1:7 • package_names
4 issues found. (ran in 13.5s)
Run flutter analyze
Analyzing Mobile...
info • The import of 'dart:ui' is unnecessary because all of the used elements are also provided by the import of 'package:flutter/material.dart' • lib/main.dart:2:8 • unnecessary_import
info • Use key in widget constructors • lib/main.dart:255:3 • use_key_in_widget_constructors
info • The operand can't be null, so the condition is always true • lib/main.dart:256:41 • unnecessary_null_comparison
info • Use
lowercase_with_underscoresfor package names • pubspec.yaml:1:7 • package_names4 issues found. (ran in 13.5s)