befora

Results 5 comments of befora

`geometer/junrar@c44496d` This commit is extremely more performant on Android. PipedInputStream just doesn't work that well for us.

@sowens-csd I had the same issue and had to check out the example for a little help. This worked for me. ``` import 'package:file/file.dart'; import 'package:file/local.dart'; import 'package:flutter_cache_manager/src/storage/file_system/file_system.dart' as c;...

@cesalo It was just a test to see how frontend web development and backend server works. Turns out it's all pretty easy, the hard part is support and testing which...

@mohammadne Do you use this to store json data? I'm looking for something that could do that instead of writing it externally and keeping two separate date sources in sync.

I was looking for `LocatorMixin` support but found `ProviderReference` instead. You can use `ProviderReference` to read your other services. Providers: ``` final myLocalServiceProvider = Provider((ref) => MyLocalService()); final myChangeNotifierProvider =...