Richard

Results 156 comments of Richard

> But unless the library to be used would increase the compile time significantly (it needs to match our toolchain) I don't see much hinderance why not to accept it...

Hi @goedderz! > Mainly, I don't fully understand your use case: maybe you can elaborate a little. I did implement a recommendation algorithm in python. But as usual I would...

> I dislike the idea to have the second argument doing something completely different In other languages, I would prefer an option map, but no other function has that. Should...

I started porting my code to the web package to support wasm. It was quite hard to get into it, but finally got it. I might be able to help...

Dart fixed the blocking issue. If someone would take a look at my PR, this issue could be closed 😇

@leecommamichael this issue is fixed. You might want to close this issue.

Where is it used? Im using pc-dart in my package and it compiles to wasm.

same issue, latest flutter version doesn't build with this version of excel. I changed the version im my pub.dev folder locally and the build would work without errors. So updating...

@xvrh sorry, totally rushed that issue. This is my file including the lottie asset. ```dart import 'dart:math'; import 'package:flutter/material.dart'; import 'package:lottie/lottie.dart'; class QRCodeLoginNoScan extends StatelessWidget { const QRCodeLoginNoScan({super.key}); @override Widget...

> I think you should drop the renderCache: RenderCache.raster. It's not supported in the web with the html-renderer. Maybe the package should add a debug warning and have a `kIsWeb`...