D Reschner

Results 3 comments of D Reschner

@ZaneEme. Did you activate your virtual environment? You have to install portray and run e.g. `portray in_browser` from *within* the virtual environment. See [quick-start](https://github.com/timothycrosley/portray#quick-start). To make sure you have the...

Hi @felangel. Thanks for taking the time to have a look. In the concrete example I am working on the events are `AwardPointTeam1`, `AwardPointTeam2`, and `ReplayLastPoint`: ```Dart part of 'score_bloc.dart';...

Tested with `freezed: ^2.5.3`. This is a work-around: ```Dart import 'package:freezed_annotation/freezed_annotation.dart'; part 'temp_state.freezed.dart'; const map = []; // throw _privateConstructorUsedError; } ... ``` If the annotation is replaced with: `@Default([])`...