Reinis Sprogis

Results 9 comments of Reinis Sprogis

Same here. Suspecting CORS to be a problem.

@romain-girou html renderer isn't recomended. Low performance. I just needed embeded iframe youtube video. So i made my own widget that is doing just that.

@droidbg @romain-girou ```dart import 'package:flutter/material.dart'; import 'package:web/web.dart' as web; import 'dart:ui_web' as ui; import 'package:youtube_parser/youtube_parser.dart'; class YoutubeVideoIFrame extends StatefulWidget { const YoutubeVideoIFrame({super.key, required this.videoURL}); final String videoURL; @override State createState()...

Would be nice to see this progressing. Any way I can help?

> > Are there any further points which need to be clarified to merge this? > > No, that's the only thing. Any idea why this is not progressing?

Package is abandoned.

I suggest to use this package instead. https://pub.dev/packages/extended_image

https://github.com/fleaflet/flutter_map/assets/69913791/fd3ef650-4d19-40c8-afe0-02e0f953ae79 https://github.com/fleaflet/flutter_map/assets/69913791/9748f8cb-1928-4040-b220-b79bf593ee3b Problem was that as zooming in lines was getting very long and many dots was calculated eventually getting into millions of dots.

Something like this? https://github.com/fleaflet/flutter_map/assets/69913791/f1574401-fab1-4575-a024-6f31835e7b7c