Skip to content

Commit

Permalink
Merge pull request #55 from CodeAtlas/feature/firebase_storage_10
Browse files Browse the repository at this point in the history
Feature/firebase storage 10
  • Loading branch information
mattreid1 authored Dec 23, 2021
2 parents ec5fc9f + 318f792 commit 548347e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/src/cache_manager.dart
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class FirebaseImageCacheManager {

Future<void> open() async {
db = await openDatabase(
join((await getDatabasesPath())!, dbName),
join((await getDatabasesPath()), dbName),
onCreate: (Database db, int version) async {
await db.execute('''
CREATE TABLE $table (
Expand Down
8 changes: 4 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ dependencies:
flutter:
sdk: flutter

firebase_core: ^1.0.0
firebase_storage: ^8.0.0
sqflite: ^2.0.0+2
firebase_core: ^1.7.0
firebase_storage: ^10.0.5
sqflite: ^2.0.0+4
path: ^1.8.0
path_provider: ^2.0.1
path_provider: ^2.0.5

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit 548347e

Please sign in to comment.