0
votes

I get the following error during Flutter hot reload

Compiler message: org-dartlang-debug:synthetic_debug_expression:1:1: Error: Getter not found: 'response'.

^^^^^^^^^^^^

org-dartlang-debug:synthetic_debug_expression:1:1: Error: The getter 'using' isn't defined for the class 'MyHomePageState'. - 'MyHomePageState' is from 'package:SampleApp/main.dart' ('lib/main.dart'). Try correcting the name to the name of an existing getter, or defining a getter or field named 'using'. using

1

1 Answers

0
votes

This is a known bug which should be fixed in the next release. The only workaround is to run flutter clean. (Using Android Studios Tools -> Flutter -> Flutter Clean should also work).