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
error • The body might complete normally, causing 'null' to be returned, but the return type, 'DevicePermissionStatus', is a potentially non-nullable type • packages/smooth_app/lib/helpers/permission_helper.dart:116:33 • body_might_complete_normally
warning • Missing case clause for 'provisional' • packages/smooth_app/lib/helpers/permission_helper.dart:119:5 • missing_enum_constant_in_switch
Error (Xcode): lib/helpers/permission_helper.dart:116:33: Error: A non-null value must be returned since the return type 'DevicePermissionStatus' doesn't allow null.
The text was updated successfully, but these errors were encountered:
I don't have this problem locally (mac computer / android smartphone).
Could it be that on github they use a different version of flutter? Or that iOS behaves differently with an extra value for PermissionStatus?
What
warning • Missing case clause for 'provisional' • packages/smooth_app/lib/helpers/permission_helper.dart:119:5 • missing_enum_constant_in_switch
The text was updated successfully, but these errors were encountered: