floor icon indicating copy to clipboard operation
floor copied to clipboard

Imports collision

Open alex-melnyk opened this issue 1 year ago • 0 comments

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;
           ^^^^^^^^^^^^^^^

alex-melnyk avatar Mar 08 '24 08:03 alex-melnyk