Deepanshu Chaudhary

Results 32 comments of Deepanshu Chaudhary

If anyone wants to save single and **multiple files** in android then give try my package [pick_or_save](https://pub.dev/packages/pick_or_save) which is heavily inspired by flutter_file_dialog. With [pick_or_save](https://pub.dev/packages/pick_or_save) when saving multiple files you...

I'm also facing the same issue. And I found that there is a method called certificate pinning which compares the certificate received and the certificate already provided in the app....

This is really required for:- 1. temporary bypassing ssl errors during development 2. **non-production** apps in which the developer doesn't have access to the website causing ssl errors but wants...

You mean that we won't be updating the preferred size change by material guidelines in the new widget?

Yeah that would be better. Thanks for clarifying.

### Powershell script for the future: 1. Save the below code as "symbolic-link-controlnet-models-automatic1111.ps1" file: **Note:** Change the target and destination paths according to yourself. ```powershell $target = "F:\stable-diffusion-things\models\ControlNet" $destination =...

> @Aging-Developer Fixed it in https://github.com/habit-rewards/streak_calendar. You can also simply wrap it with ListView without any attributes to fix it. Hey, thanks for forking and fixing this issue. I will...

Yes, I can see the logic is not performant. I will try to fix these problems when I rework the package.

That'd be a nice option to include in the package. I should be able to implement it, but I'll have to investigate first since this type of layout might cause...