Rodrigo Moretto

Results 6 comments of Rodrigo Moretto

I'm facing the exact same issue. I can't use preload nor loadParents. The many to many table is generated but not initialized because its not present in the databaseTables in...

@hhtokpinar I've made a repository with the occurring error here: https://github.com/rodrigomoretto/Many2ManySqfEntityFlutter Hope it helps. Also @dangabdolfo have you tried using sqfentity_gen: ^1.4.0+2 ?

Hi, sorry I might have mistaken that with another test I was trying. [Here](https://github.com/rodrigomoretto/Many2ManySqfEntity) is the repository I made, I thought updated remotely but was just on my local. Anyways,...

> anyone tried that I explained? > > > Hi, > > I suppose I removed many2many related fields in the collection list because of causing a StackOverflow error >...

I can't download my package, pub get won't allow. Here is what I'm doing: On my pubspec.yaml, is like this: ```yaml dependencies: sqfentity: ^1.4.0+3 dev_dependencies: sqfentity_gen: git: url: https://github.com/rodrigomoretto/sqfEntity.git path:...

Have you seen issue #17 ? I just posted there what might be a solution to your problem. As mentioned here: https://stackoverflow.com/questions/48081917/flutter-listview-not-scrollable-not-bouncing Specifically this answer: https://stackoverflow.com/a/48099351 You need to use...