After new release of Flutter, the plugin has not working at all because of this error:
../../Flutter/.pub-cache/hosted/pub.dartlang.org/vrouter-1.2.0+21/lib/src/widgets/anchor/vanchor.dart:123:22: Warning: Operand of null-aware operation '!' has type 'WidgetsBinding' which excludes null.
- 'WidgetsBinding' is from 'package:flutter/src/widgets/binding.dart' ('../../Flutter/packages/flutter/lib/src/widgets/binding.dart').
WidgetsBinding.instance!.addPostFrameCallback((timeStamp) {
^
Hi
After new release of Flutter, the plugin has not working at all because of this error: