Bienvenu Kouassi

Results 6 comments of Bienvenu Kouassi

I have the same problem. I'm using a package that depends on `intl 0.19.0,` or `easy_localization` depends on `intl 0.18.0` I have a package conflict.

it doesn't work. How to reproduce bug : 1. install package `easy_localization: ^3.0.5` 2. install package `awesome_notifications: ^0.9.3` `awesome_notifications` depend on `intl 0.19.0` and `easy_localization` depend on `intl 0.18.0` So,...

> 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...

To solve this problem, I changed my flutter channel to master and upgraded. ``` flutter channel master flutter upgrade ``` https://github.com/flutter/flutter/issues/139861#issuecomment-2016017856

I think this problem has been solved. To solve this problem, you need to change the flutter channel to `master` and do an `update`.

To solve this issue, I replaced the **View** component with the **Animated.View** component to handle the animation. Instead of doing this : ``` Content ``` Here’s what I did: ```...