Egor A. Fedorov

Results 24 comments of Egor A. Fedorov

I've just created an empty Flutter app, installed `build_runner`, `freezed_annotation` and `freezed`, added classes above, and that's it. Here is `pubspec.lock`. pubspec.lock ``` # Generated by pub # See https://dart.dev/tools/pub/glossary#lockfile...

@daniel-naegele You can follow the same workaround as me. Just update generated code a bit adding prefix where necessary, and add that code to VCS. Obviously, this won't work if...

@brianegan [Flutter Todos](https://bloclibrary.dev/tutorials/flutter-todos/#streams-vs-futures) sample prefers stream-based repository over future-based. Could you please follow future-based approach? Just to have different examples of the same app.