skip to Main Content

Error: Method not found: 'NullThrownError' in flutter

I was getting the below error while running the flutter application post flutter upgrade to 3.10.6 Failed to build build_runner:build_runner: /C:/Users/Admin/AppData/Local/Pub/Cache/hosted/pub.dev/build_runner-2.3.2/lib/src/build_script_generate/bootstrap.dart:76:40: Error: Method not found: 'NullThrownE rror'. final error = e[0] as Object? ?? NullThrownError(); ^^^^^^^^^^^^^^^

VIEW QUESTION
Back To Top
Search