[Solved] Flutter : Error: The getter ‘subhead’ isn’t defined for the class ‘TextTheme’ from package:flutter/src/material/text_theme.dart’ – searchable_dropdown
ERROR SOLUTION There are Two Solutions for this error Use Alternative Package Do some changes in .pub-cache Use Alternative Package I switched from searchable_dropdown to search_choices and it works OK. Since both packages show similar functionality, should we keep this issue open? Source (githubmemory.com) :- https://githubmemory.com/repo/icemanbsi/searchable_dropdown/issues/15 Do some changes in .pub-cache To fix this issue…
