kamran khan

Results 9 comments of kamran khan

try to use a null check operator like (!) or pass like BubbleType ?? BubbleType.sendBubble

try this: SvgPicture.asset('svg path', colorFilter: const ColorFilter.mode( AppColors.whiteColor, BlendMode.srcIn)),

You can just run this command, it will watch and regenerate the code if needed only. `dart run build_runner watch --delete-conflicting-outputs`

Remove the package version number, and then pub get

Remove version number from the conflicted packages. On Fri, 22 Mar 2024 at 6:09 PM, Bienvenu Parfait ***@***.***> wrote: > it doesn't work. > > How to reproduce bug :...

Hi @phamducmanh1452001 I face the same problem today. So I solve them by wrapping Multi Bloc Provider in Multi Repository Provider. ![code](https://user-images.githubusercontent.com/77343380/203354633-6713fef1-04a1-4e86-9634-f66ac13ff813.png)

Update the plugin to the latest version.

This issue is generated because you can't specify asset paths inside the pubspec.yaml. Follow the below steps: Right-click the assets directory and press -> **Flutter Configuring Paths** Check the below...

Add the below lines of code inside your pubspec.yaml under the dev_dependances flutter_assets_generator: output_dir: core\app_constants named_with_parent: false output_filename: images_resource class_name: ImagesResource path_ignore: ["assets/appIcons","assets/json"]