Jaguar-dart / jaguar_orm

Source-generated ORM with relations (one-to-one, one-to-many, many-to-many), preloading, cascading, polymorphic relations, etc
https://jaguar-dart.github.io
BSD 3-Clause "New" or "Revised" License
217 stars 54 forks source link

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

Open muhammadfaheem-pycom opened 4 years ago

muhammadfaheem-pycom commented 4 years ago

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

JamesMcIntosh commented 3 years ago

@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.