Martin Edlman

Results 8 issues of Martin Edlman

To require a value, either pass `required: true` argument to validator's constructor oruse `MutliValidator`. This way it's possible to easily specify whether the value is required or not.

Please consider replacing `device_info` pkg with `device_info_plus` pkg. As described on [device_info](https://pub.dev/packages/device_info) page > This plugin has been replaced by the Flutter Community Plus Plugins version, [device_info_plus](https://pub.dev/packages/device_info_plus). No further updates...

This allows separate logging of response/request headers/contents. Can be usefull in some cases, eg. when sending/receiving binary data which are not printable.

Modifications made to avoid Dart runtime errors when used in sound null safety app. Dart also warns that `BufferedRequest#finalize()` is not calling `super.finalize()` which is annotated `@mustCallSuper`. I didn't fix...

Hello, I reopened few months old project where I use `geolocation` and `streams_channel` libs, updated flutter and all dependencies. I got an error during build saying I have to upgrade...

If you have SELinux enabled system and if you followed the documentation and you made configuration for libvirt with `make.sh --add`, you posibly encountered an error when starting the virtual...

This updates packages desp to aupport changes in recent MongoDB used on many Linux distros. Also updates Dart SDK version deps.

Sometimes it can be handy to have more items in response than page size. Either from backend or modified in flutter application. I did this patch when I needed to...