rafalbednarczuk

Results 8 issues of rafalbednarczuk

Why is BasePresenter abstract class if it dosen't contain any abstract methods?

**Describe the bug** Deserializing "null" string as non-null enum gives null value. **To Reproduce** ``` enum class SocialMediaPlatform {INSTAGRAM, FACEBOOK, YOUTUBE, TWITCH} fun main() { val json = "null" val...

bug
2.12

I use the newest version of jaguar_http_cli in order to make request. If I want to use jaguar_serializer to my project there are conflicts in dependencies. pubspec.yaml for jaguar_http_cli only...

I have 2 components: 1. `ErrorArrayResponse` with property `errors` which is an array of `ApiResponseError` 2. `ApiResponseError` with 2 string properties, `errorType` and `message`. The problem is that after parsing,...

``` await for (final update in client.incoming()) { print(update.tdType); } ``` this part of your example causes this output ``` lib/main.dart: Warning: Interpreting this as package URI, 'package:tdlib/main.dart'. [ 3][t...

Converting this json via plugin and setting root file as `user` results in generating only one class User in user file instead of full class representation of json. ``` {...

## Steps to Reproduce Creating a class `RenderObjectExample` that extends `RenderBox` while importing `package:flutter/widgets.dart` throws `No methods were found to override` if I use `Generate->override methods` tool. ![image](https://github.com/flutter/flutter-intellij/assets/14034293/88c98a45-3942-4fb2-9d94-6cf77100deb2) When I...