Raveesh Agarwal

Results 4 issues of Raveesh Agarwal

This is just a suggestion. ```yaml image_cropper: ^1.4.1 ``` in our `pubspec.yaml` resolved to 1.5.0 which had a breaking change where we needed to start accessing this from instance instead...

Hi! Use case: WordPress Multisite Running on shared hosting on https://yogaandnaturopathy.in My lighthouse audits are like this: ![pwa report](https://user-images.githubusercontent.com/15698263/38227452-e2c0d04a-371b-11e8-9a2f-2aeb1d8ebb27.png) This medium article seems related: https://medium.com/progressive-web-apps/im-trying-to-make-a-progressive-web-app-part-5-100-pwa-e27799afd095 As a result, I am...

bug

``` ➜ flutput git:(master) ✗ dart lib/flutput.dart -h lib/flutput.dart: Warning: Interpreting this as package URI, 'package:flutput/flutput.dart'. -h, --help Displays help for any given command ➜ flutput git:(master) ✗ dart lib/flutput.dart...

### Code that I want to test: ``` final cachedResult = cacheBox.get(uri); if (cachedResult != null) controller.add(SWREvent( eventStatus: SWREventStatus.cacheResponse, data: cachedResult, swrMessage: 'returning the cached data first', )); /// make...