NonymousMorlock

Results 4 issues of NonymousMorlock

I guess what I'm trying to ask is, with the currently available auth flows, it seems impossible to authenticate and initialize a `Spotify` object without redirecting users to login to...

```shell Internal error: Exception while using a AvoidRedundantArgumentValues to visit a FunctionExpressionInvocationImpl in NamedExpressionImpl in ArgumentListImpl in InstanceCreationExpressionImpl in NamedExpressionImpl in ArgumentListImpl in InstanceCreationExpressionImpl in ArgumentListImpl in MethodInvocationImpl in CascadeExpressionImpl...

area-analyzer
analyzer-linter
type-bug

When I pass the inActiveBoxShadow it simply doesn't work, only the activeBoxShadow works. ```dart final shadow = BoxShadow( color: Colors.black.withOpacity(.15), blurRadius: 7, offset: const Offset(0, 1), ); return PinCodeTextField( appContext:...