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 52 forks source link

Sqflite adapter SDK update and example update #55

Closed jaumard closed 5 years ago

jaumard commented 6 years ago

https://github.com/jaguar-orm/sqflite is broken with last sqflite adapter (master)

Also now that flutter beta has a new version with dart 2 stable, the adapter need to update his environment to be usable in new flutter version

@tejainece can you help on this ? I'm stuck with a crash in the generator :( The getter 'type' was called on null. on many to many example

tejainece commented 6 years ago

Does this occur with https://github.com/jaguar-orm/sqflite

jaumard commented 6 years ago

Yes :)

tejainece commented 6 years ago

I have no time today. Will try to fix it tomorrow.

jaumard commented 6 years ago

No problem @tejainece can't manage to find where is the problem here ^^

tejainece commented 5 years ago

This I think is fixed? Please reopen if the problem still exists.