Jesway / flutter_translate

Flutter Translate is a fully featured localization / internationalization (i18n) library for Flutter.
MIT License
403 stars 118 forks source link

Flutter 3.0.0 WidgetsBinding.instance is never null #86

Closed kristofb closed 2 years ago

kristofb commented 2 years ago

Remove ! which causes a warning at build time: ../../../../.pub-cache/hosted/pub.dartlang.org/flutter_translate-4.0.2/lib/src/utils/device_locale.dart:13:42: Warning: Operand of null-aware operation '?.' has type 'WidgetsBinding' which excludes null.