Search code examples
flutterinstallationgetversiontypeahead

Unable to install flutter_typeahead v1.8.5


Screenshot showing error

I get the following error:

pub get failed (1; Because pharmacyapp depends on flutter_keyboard_visibility >=3.0.0 which requires Flutter SDK version >=1.12.13+hotfix.6 <2.0.0, version solving failed.)

Solution

  • I think upgrading your flutter SDK version should solve the problem . Go to command prompt and run the command

    flutter upgrade

    It will update the flutter to the latest version.