You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If flutter_keyboard_visibility dependency is also used in a project it's latest version fails to resolve
Because keyboard_attachable 2.2.0 depends on flutter_keyboard_visibility ^5.4.1 and ib depends on flutter_keyboard_visibility 6.0.0, keyboard_attachable 2.2.0 is forbidden.
So, because ib depends on keyboard_attachable 2.2.0, version solving failed.
The text was updated successfully, but these errors were encountered:
As Keyboard_attachable ^2.2.0 depends exclusively on flutter_keyboard_visibility version 5.4.1, when I want to update flutter_typeahead version 5.0.1. In 5.2.0, I get a dependency error:
Because keyboard_attachable >=2.2.0 depends on flutter_keyboard_visibility ^5.4.1 and TDC_RapVerif depends on flutter_keyboard_visibility ^6.0.0, keyboard_attachable >=2.2.0 is forbidden. So, because TDC_RapVerif depends on keyboard_attachable ^2.2.0, version solving failed. Process finished with exit code 1
Because flutter_typeahead >=5.0.2 depends on flutter_keyboard_visibility ^6.0.0 and TDC_RapVerif depends on flutter_keyboard_visibility ^5.4.1, flutter_typeahead >=5.0.2 is forbidden. So, because TDC_RapVerif depends on flutter_typeahead ^5.2.0, version solving failed. You can try the following suggestion to make the pubspec resolve: * Consider downgrading your constraint on flutter_typeahead: flutter pub add flutter_typeahead:^5.0.1 In short, I'm stuck!
Thank you for any help in finding a way out of this well.
If flutter_keyboard_visibility dependency is also used in a project it's latest version fails to resolve
The text was updated successfully, but these errors were encountered: