When I go to page Play Console -> Test and Launch -> click on the that last version, and see the details, i got:
Libraries that are not compatible with 16 KB:
base/lib/arm64-v8a/librive_text.so , base/lib/x86_64/librive_text.so
because of the name i saw that it could only be the package:
rive_animated_icon: ^2.0.5
So i replace with:
lottie: ^3.3.2
Which also has animated icons.
And of course, I made the necessary changes to my .dart files, which solved the problem.