Skip to content

Commit

Permalink
🚧 Analyze fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
devaryakjha committed Oct 25, 2023
1 parent f829550 commit de957ef
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 21 deletions.
3 changes: 0 additions & 3 deletions lib/features/search/data/search_repository.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import 'package:hive/hive.dart';
import 'package:varanasi_mobile_app/features/search/data/search_data_provider.dart';
import 'package:varanasi_mobile_app/features/search/data/top_search_result/top_search_result.dart';
import 'package:varanasi_mobile_app/utils/constants/strings.dart';
import 'package:varanasi_mobile_app/utils/logger.dart';
import 'package:varanasi_mobile_app/utils/mixins/cachable_mixin.dart';

import 'search_result/data.dart';
Expand All @@ -22,8 +21,6 @@ class SearchRepository with CacheableService {
@override
String get cacheBoxName => AppStrings.commonCacheBoxName;

Logger get _logger => Logger.instance;

final Map<String, SearchResult> _searchResultsCache = {};

Future<TopSearchResult?> fetchTopSearchResults() async {
Expand Down
18 changes: 0 additions & 18 deletions lib/pages/my_home_page.dart

This file was deleted.

0 comments on commit de957ef

Please sign in to comment.