When trying Widget of flutter, NoSuchMethodError was thrown saying The method '_debugTypesAreRight' was called on null When trying Widget of flutter, NoSuchMethodError was thrown saying The method '_debugTypesAreRight' was called on null flutter flutter

When trying Widget of flutter, NoSuchMethodError was thrown saying The method '_debugTypesAreRight' was called on null


This is an internal error and not something wrong with your code. Try the following:

flutter upgrade &&           # use latest versionflutter packages get &&      # pub_get all packagesflutter clean &&             # delete cachesflutter build                # rebuild