rror C2039: 'SetNextFrameCallback': is not a member of 'flutter::FlutterEngine'

55 Views Asked by At

I was running the Windows Build of the Flutter project and I am getting the following errors :

  1. error C2039: 'SetNextFrameCallback': is not a member of 'flutter::FlutterEngine' 2.error C2039: 'ForceRedraw': is not a member of 'flutter::FlutterViewController'

Please guide me how to resolve these errors.

Tried running flutter clean and then flutter pub update but it didn't worked.

0

There are 0 best solutions below