One-click repair of compilation warnings after Flutter 3 migration
When our app supports flutter 3, both the compilation speed and the running efficiency will be greatly improved in all aspects. But when we compile, there will be warnings like the following. 1 2 3 ../../../your_pub/lib/src/framework.dart:275:26: Warning: Operand of null-aware operation ‘!’ has type ‘SchedulerBinding’ which excludes null. [ ] – ‘SchedulerBinding’ is from ‘package:flutter/src/scheduler/binding.dart’ […]
One-click repair of compilation warnings after Flutter 3 migration Read More »