Patrick Leugers

Results 7 issues of Patrick Leugers

Right now the hide and show methods aren't animated. It would be nice to be able to hide the panel completely to highlight the widget behind the panel.

"fixes" #47 in that it now logs json body like this: ``` [DioLoggy] 👻 12:54:29.888400 INFO - ╔╣ Request ║ POST ║ https://jsonplaceholder.typicode.com/posts ╚══════════════════════════════════════════════════════════════════════════════════════════╝ ╔ Headers ╟ content-type: application/json; charset=utf-8...

While using the LoggyDioInterceptor I noticed that my requests always triggered the try/catch block [here](https://github.com/infinum/floggy/blob/f7f9d2c31f30e71afb3550dbeb81e9688bc33df9/flutter_loggy_dio/lib/flutter_loggy_dio/dio_logger.dart#L126). The exception thrown is FormatException because ``` data.toString() ``` returns the Json without quotes which...

bug

If the country is parsed from `.parse(...)` or `.tryParse()` accessing `nameLocalized` throws a LateInitialisationError. Probably not an easy fix since a context is needed to get the localized name but...

I just stumbled on this package through sheer luck because it is not on pub.dev. Is it a personal project or are there any plans to publish it to pub.dev?...

question

**Describe the bug** The `assets:add` command doesn't skip hidden files as mentioned [here](https://flutterqueen.github.io/website/docs/cli/assets#notes). **To Reproduce** Steps to reproduce the behavior: 1. Run `lh assets:add` 2. Open `pubspec.yaml` 3. Added assets...

bug

Lowered the minSdkVersion for android to match the flutter minSdk. The minSdk was falsely lowered to fix some gradle build error but I am using my fork with no issues....