You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I build with the newest version 0.6.1, I get the following warnings in Android Studio.
../../../AppData/Local/Pub/Cache/hosted/pub.dartlang.org/wiredash-0.6.1/lib/src/common/options/wiredash_options_data.dart:17:33: Warning: Operand of null-aware operation '??' has type 'Locale' which excludes null.
'Locale' is from 'dart:ui'.
_currentLocale = locale ?? window.locale ?? const Locale('en', 'US'),
^
../../../AppData/Local/Pub/Cache/hosted/pub.dartlang.org/wiredash-0.6.1/lib/src/common/options/wiredash_options_data.dart:65:31: Warning: Operand of null-aware operation '??' has type 'Locale' which excludes null.
'Locale' is from 'dart:ui'.
_currentLocale = window.locale ?? const Locale('en', 'US');
The text was updated successfully, but these errors were encountered:
If I build with the newest version 0.6.1, I get the following warnings in Android Studio.
The text was updated successfully, but these errors were encountered: