pinchbv / floor

The typesafe, reactive, and lightweight SQLite abstraction for your Flutter applications
https://pinchbv.github.io/floor/
Apache License 2.0
947 stars 190 forks source link

#811 fix imports collision #812

Closed alex-melnyk closed 4 months ago

alex-melnyk commented 6 months ago

811 Added import names to avoid import collision.

stephanmantel commented 6 months ago

Good change, however we are currently working on web support (#526) which also adds named imports, so I wonder if this one is still necessary after that. So I suggest to get that one in first

stephanmantel commented 4 months ago

No longer relevant, closed