mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
All of these are non-semantics changing and all were auto-applied by IntelliJ: - Make always `final` stuff final - Avoid unnecessary casts - Annotate `@NonNull` overrides - Avoid initializing callbacks outside of the constructor, and use Java lambdas when applicable - Avoid cases where something is known to be non-null or non-false - Use `<>` when applicable