We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6e70bc commit 9e65a81Copy full SHA for 9e65a81
lib/app/ui/modules/unauthenticated/login/login.widget.dart
@@ -28,7 +28,7 @@ class LoginWidget {
28
29
SizedBox(height: 20),
30
31
- StreamBuilder<Object>(
+ StreamBuilder(
32
stream: vm.login,
33
builder: (context, snapshot) {
34
return InputWidget(
0 commit comments