Roman Laptev
Roman Laptev
In my project I use freezed and also analyzer version 5(#499). So I removed deprecated methods to their alternative. - assertFinal -> declareFinal - assertVar -> declareVar - assertConst ->...
**Could you update the analyzer?** ```Because no versions of retrofit_generator match >4.0.3+2 =3.0.0 =3.0.0 =2.1.1 depends on analyzer ^5.0.0, retrofit_generator ^4.0.3+2 is incompatible with freezed >=2.1.1. So, because project depends...
Same as #630 https://github.com/Carapacik/swagger_parser/issues/110 With this code ```dart import 'package:dio/dio.dart'; import 'package:retrofit/retrofit.dart'; part 'upload_client.g.dart'; @RestApi() abstract class UploadClient { factory UploadClient(Dio dio, {String? baseUrl}) = _UploadClient; @POST('/api/upload/ossSignNew') Future ossSignNewUsingPost({ @Body()...
``` Swift Compiler Error (Xcode): Type 'MapCoreOSMView' does not conform to protocol 'OSMUserLocationHandler' /Users/carapacik/.pub-cache/hosted/pub.dev/flutter_osm_plugin-1.0.0-rc.6/ios/Classes/map_view/osm_map.swift:12:6 Swift Compiler Error (Xcode): Incorrect argument label in call (have 'controlMapFromOutSide:', expected 'configuration:') /Users/carapacik/.pub-cache/hosted/pub.dev/flutter_osm_plugin-1.0.0-rc.6/ios/Classes/map_view/osm_map.swift:144:58 Swift Compiler...
Add namespace property to build gradle
Hello @akabab, I made an application based on your API, could you add a note or a link to my [repository](https://github.com/Carapacik/Superheroes). If you're interested, a site: [https://carapacik.github.io/Superheroes ](https://carapacik.github.io/Superheroes) based on...
### :sparkles: What kind of change does this PR introduce? (Bug fix, feature, docs update...) Update versions and align sdk ### :arrow_heading_down: What is the current behavior? ### :new: What...
How to migrate [NodeValidatorBuilder](https://api.flutter.dev/flutter/dart-html/NodeValidatorBuilder-class.html) from dart:html to web? And how to `setInnerHtml` with validator on web for HTMLHtmlElement?