We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a2cbbc commit 03d3c24Copy full SHA for 03d3c24
CHANGELOG.md
@@ -12,6 +12,7 @@ that can be found in the LICENSE file. -->
12
### Fixes
13
14
- Fix the app bar of the viewer that is not animating.
15
+- Fix loading when no assets in the path.
16
17
## 9.0.3
18
lib/src/provider/asset_picker_provider.dart
@@ -394,6 +394,7 @@ class DefaultAssetPickerProvider
394
}
395
_currentAssets.addAll(list);
396
_hasAssetsToDisplay = _currentAssets.isNotEmpty;
397
+ _isAssetsEmpty = _currentAssets.isEmpty;
398
notifyListeners();
399
400
0 commit comments