Michel Feinstein

Results 192 comments of Michel Feinstein

Yeah, took me a while to figure it out, but eventually I did...but beyond that, I wanted to understand the reasoning behind the structure, why they prefer it this way...

Hi @felangel thank you for the clarification. I think this should be added into the docs then. I am adapting Google's recommended Android App Architecture, using bloc at the UI...

I think this is helpful for many case, but I don't think this cover the case where we need to show the same error message again. If we don't clear...

Yeah, but how about when the user typed an invalid e email, then they fix it to a valid email, then they type an invalid email again? If you don't...

Ok, but that doesn't change the case here, where we show the error, or any kind of event doesn't change how events are managed. We use bloc to separate the...

Hi @felangel, thanks for the support. I am a bit new to bloc and want to use it with `freezed`. My first approach was something like this: ```dart import 'package:bloc/bloc.dart';...

If this helps, I am getting this error on iOS: ``` 13 warnings generated. Unhandled exception: type 'Null' is not a subtype of type 'String' in type cast #0 BundleServiceFile.run...

@russellwheatley thats weird because I am not changing the file, but changing the CLI version makes the error go away.

@russellwheatley for example, right now I got that error, and I was running version 0.3.0-dev.19, so I did `flutter pub global activate flutterfire_cli 0.3.0-dev.16`, and the error didn't appear during...