René Kilczan

Results 198 comments of René Kilczan

From https://github.com/mogol/flutter_secure_storage/issues/320#issuecomment-976308930: > After some searching it seems that webCrypto **only** works when the site is running **HTTPS** or **localhost**. How are you running your build? > > Source: [ipfs/js-ipfs#964...

I tracked down the bug in https://github.com/flutter/flutter/blob/d4c74858fd2c9e701df0b4fca424914c357c2d81/packages/flutter/lib/src/material/about.dart#L947-L959 I'll check if I can open a PR for that

I found out yesterday that this works as expected when you use the default colors. When you are using a theme the text become invisible in the mobile view.

Does that mean that in 2. that I tested my fix with m3 and you with m2?

Did you mean the holidays 2023 or 2024? 🤡

I'm still working on some experimental changes to resolve lots of issues and to reduce the complexity. I'll provide here my toughs to get some feedback: I'm rewriting the way...

Regarding to my last comment here is my idea of the new [`FlutterDownloader` interface](https://github.com/rekire/flutter_downloader/blob/642c454fb1af0480b02bd0e696925258e6337266/lib/src/downloader.dart). I already kept in mind a [migration path](https://github.com/rekire/flutter_downloader/blob/642c454fb1af0480b02bd0e696925258e6337266/lib/src/legacy_api.dart). My download interface as mentioned above can you...

I created a [preview pull request](https://github.com/fluttercommunity/flutter_downloader/pull/793) to show my progress. Any feedback?

Closed via #854

Yes that replaces the actual code.