jaguar_orm icon indicating copy to clipboard operation
jaguar_orm copied to clipboard

part '<classaname>.jorm.dart'; not found

Open muhammadfaheem-pycom opened this issue 3 years ago • 1 comments

I just got the code of a flutter app. I have to add some feature in it. I never use the Jaguar and its showing me some error

  1. part '.jorm.dart'; not found
  2. .insert not found
  3. .delete not found etc

muhammadfaheem-pycom avatar Aug 10 '20 13:08 muhammadfaheem-pycom

@muhammadfaheem-pycom The jorm.dart files are generated when you run flutter pub run build_runner build, they contain the extensions to your Bean.

I'd recommending closing this issue if you've solved the problem in the meantime.

JamesMcIntosh avatar Oct 21 '20 02:10 JamesMcIntosh