Skip to content

Commit 7c9365f

Browse files
author
Ivan Dlugos
committed
examples - update path_provider dependency to a null-safe version
1 parent 9d9743d commit 7c9365f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

objectbox/example/flutter/objectbox_demo/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies:
1010
flutter:
1111
sdk: flutter
1212
cupertino_icons: ^0.1.2
13-
path_provider: any
13+
path_provider: ^2.0.0
1414
intl: any
1515
objectbox: ^0.13.0
1616
objectbox_flutter_libs: any

objectbox/example/flutter/objectbox_demo_sync/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies:
1010
flutter:
1111
sdk: flutter
1212
cupertino_icons: ^0.1.2
13-
path_provider: any
13+
path_provider: ^2.0.0
1414
intl: any
1515
objectbox: ^0.13.0
1616
objectbox_sync_flutter_libs: any

0 commit comments

Comments
 (0)