Michał Pawlik

Results 9 comments of Michał Pawlik

Isar now supports Web https://pub.dev/packages/isar/changelog#220 but I also think it's still too early 😛

I realise it's not a high priority issue, but I noticed that a couple of other 'fundamental' packages are already >= 2.14, for example: - [firebase_core](https://github.com/firebase/flutterfire/blob/master/packages/firebase_core/firebase_core/pubspec.yaml#L12) - [freezed](https://github.com/rrousselGit/freezed/blob/master/packages/freezed/pubspec.yaml#L9) - [path_provider](https://github.com/flutter/plugins/blob/main/packages/path_provider/path_provider/pubspec.yaml#L8)...

Theoretically, I'm not sure whether we can expect users to have any browser installed. I would firstly try returning special error in this case. Please correct me if I'm wrong,...

This bug happens because of line [401](https://github.com/fluttercandies/like_button/blob/master/lib/src/like_button.dart#L401) There should be `!(_isLiked ?? true)` as it is line [405](https://github.com/fluttercandies/like_button/blob/master/lib/src/like_button.dart#L405)

@renefloor Would you consider exporting classes `CacheManager` and `DefaultCacheManager`, so that developers can more easily extend them with custom functionality? My use case here is similar to the one @JasperSurmont...

@themisir Why are you considering removing the benchmark?

It's a fair point that we should keep the benchmark up to date. I think it's normal for benchmarks that they compare a certain thing though. So it's developer's responsibility...

My 2 cents: Of course we can already write tests by passing a link directly to App in Dart, but being able to write E2E tests would be much better...