Víctor Villar

Results 24 comments of Víctor Villar

Same error ``` Execution failed for task ':app:dataBindingMergeDependencyArtifactsDevelopmentDebug'. > Could not resolve all files for configuration ':app:developmentDebugCompileClasspath'. > Could not resolve com.github.HaarigerHarald:android-youtubeExtractor:master-SNAPSHOT. Required by: project :app > Skipped due to...

But that version doesn't have the extra parameter (html), right? On Fri, Jul 9, 2021, 14:36 Pranjal Maurya ***@***.***> wrote: > use 'com.github.HaarigerHarald:android-youtubeExtractor:v2.1.0' > > — > You are receiving...

Any news with web support?

> @thorito @telostia @aliasgarlabs @JLuisRojas I made a new draft PR to add Web support. Thx to recent changes from other contributors we have custom font support now and that...

It happens the same to me. pubspect.yaml: ```yaml flutter_map: ^6.1.0 flutter_map_cancellable_tile_provider: ^2.0.0 flutter_map_marker_cluster: ^1.3.4 ``` My code: ```dart MapOptions _buildMapOptions() => MapOptions( initialCenter: widget._parametersMap.currentPosition.center, initialZoom: widget._parametersMap.initialZoom, maxZoom: widget._parametersMap.maxZoom, minZoom: widget._parametersMap.minZoom,...

You have updated to version ^14.0.0 and it is still not resolved. I don't understand your criteria. I don't understand. :(

I had a similar problem but I think the problem is due to another reason. The change listener sets the key to lowercase, so if your key contains any uppercase...