downgrading your constraint on permission_handler: flutter pub add dev:permission_handler:^11.2.0

Posted by

Error:

You can try the following suggestion to make the pubspec resolve:
* Consider downgrading your constraint on permission_handler: flutter pub add dev:permission_handler:^11.2.0

Sulotion:

It seems that there is a suggestion to downgrade the permission_handler package to version 11.2.0. This suggestion might be due to compatibility issues or changes in the package that affect your current Flutter project.

To downgrade the permission_handler package to version 11.2.0, you can modify the pubspec.yaml file in your Flutter project. Update the dependencies section with the desired version:

After making this change, run the following command in your terminal to fetch the specified version:

flutter pub get

In accordance with the updated version requirement, this will retrieve the necessary dependencies. Try launching your Flutter project once again after the process is finished to see if the problem has been fixed.

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x