chenenyu / lifecycle

Lifecycle support for Flutter widgets.
https://pub.dev/packages/lifecycle
Apache License 2.0
50 stars 6 forks source link

flutter 3.0.0 #22

Closed iptodays closed 2 years ago

iptodays commented 2 years ago
 SchedulerBinding.instance?.addPostFrameCallback((_) {

                       ^
: Warning: Operand of null-aware operation '?.' has type 'Scheduler

delete ! and ?

chenenyu commented 2 years ago

3.0刚发布,等过段时间用户版本升上来了,再处理这些warning

chenenyu commented 2 years ago

0.5.0