diff --git a/lib/ui/collections_gallery_widget.dart b/lib/ui/collections_gallery_widget.dart index e2e99db79..ca4a34374 100644 --- a/lib/ui/collections_gallery_widget.dart +++ b/lib/ui/collections_gallery_widget.dart @@ -10,10 +10,7 @@ import 'package:photos/db/files_db.dart'; import 'package:photos/events/collection_updated_event.dart'; import 'package:photos/events/local_photos_updated_event.dart'; import 'package:photos/events/tab_changed_event.dart'; -import 'package:photos/models/collection.dart'; import 'package:photos/models/collection_items.dart'; -import 'package:photos/models/file.dart'; -import 'package:photos/repositories/file_repository.dart'; import 'package:photos/services/collections_service.dart'; import 'package:photos/models/device_folder.dart'; import 'package:photos/ui/collection_page.dart'; diff --git a/lib/ui/draggable_scrollbar.dart b/lib/ui/draggable_scrollbar.dart index 527f5d830..65f65087b 100644 --- a/lib/ui/draggable_scrollbar.dart +++ b/lib/ui/draggable_scrollbar.dart @@ -1,5 +1,4 @@ import 'dart:async'; -import 'dart:developer'; import 'package:flutter/foundation.dart'; import 'package:flutter/material.dart';