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

Imports collision #811

Closed alex-melnyk closed 4 months ago

alex-melnyk commented 6 months ago

Using Flutter SDK 3.7.12 and 3.10.6 I faced an imports collision:

00:13 +0: loading /builds/mycompany/myproj/test/database/entity/clock_in_entity_test.dart

.pub-cache/hosted/pub.dev/floor-1.4.2/lib/src/sqflite_database_factory.dart:10:12:
Error: 'databaseFactory' is imported from both 'package:sqflite/src/factory_impl.dart' and
'package:sqflite_common/src/sqflite_database_factory.dart'.
    return databaseFactory;
           ^^^^^^^^^^^^^^^
stephanmantel commented 4 months ago

This should be fixed with version 1.5.0, please reopen if it isn't