Skip to content

Commit

Permalink
clean up example app
Browse files Browse the repository at this point in the history
  • Loading branch information
josxha committed Jan 24, 2024
1 parent 6dfb960 commit 87f57d7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
9 changes: 0 additions & 9 deletions example/lib/cache_store_types.dart
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ enum CacheStoreTypes {
dbCache('DbCache (Drift)'),
fileCache('FileCache'),
hiveCache('HiveCache');
//sembastCache('SembastCache'),
//objectBoxCache('ObjectBoxCache');

const CacheStoreTypes(this.name);

Expand All @@ -31,13 +29,6 @@ enum CacheStoreTypes {
'$path${Platform.pathSeparator}HiveCacheStore',
hiveBoxName: 'HiveCacheStore',
),
/*CacheStoreTypes.objectBoxCache => ObjectBoxCacheStore(
storePath: '$path${Platform.pathSeparator}ObjectBoxCacheStore',
),
CacheStoreTypes.sembastCache => SembastCacheStore(
storePath: '$path${Platform.pathSeparator}SembastCacheStore',
cacheStore: 'SembastCacheStore',
),*/
};

CacheStore getCacheStoreWeb() => switch (this) {
Expand Down
3 changes: 0 additions & 3 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ dependencies:
dio_cache_interceptor_db_store: ^5.1.0
dio_cache_interceptor_file_store: ^1.2.2
dio_cache_interceptor_hive_store: ^3.2.1
#dio_cache_interceptor_objectbox_store: ^1.1.1
dio_cache_interceptor_sembast_storage: ^0.1.0
#objectbox_flutter_libs: ^2.3.1 # ObjectBox
sqlite3_flutter_libs: ^0.5.15 # Drift

dev_dependencies:
Expand Down

0 comments on commit 87f57d7

Please sign in to comment.