Andrei Ceaus

Results 3 issues of Andrei Ceaus

A use case is when using constructs such as `Optional` or `Option`. For example: ```dart import 'package:json_annotation/json_annotation.dart'; part 'example.g.dart'; @JsonSerializable(includeIfNull: false) class Person { final String firstName; @JsonKey(includeIfNull: false) final...

Type: enhancement

**Is your feature request related to a problem? Please describe.** The default error pages cannot be overridden and they contain sensitive info such as the internal error message and stack...

enhancement

I've tried running the tool for the first time for iOS and I get ``` flutter pub run flutter_launcher_icons:main Android minSdkVersion = 16 Creating default icons Android Overwriting the default...