skip to Main Content

flutter_localizations error Null check operator used on a null value

I want to make MyApp with Navigation Drawer. When open drawer, I got the following exception that is occured by flutter_localization. Exception caught by widgets library ======================================================= The following _CastError was thrown building NavigationDrawer(dirty, dependencies: [_LocalizationsScope-[GlobalKey#9fbb0]]): Null check operator used…

VIEW QUESTION
Back To Top
Search