fix(ui): analysis
This commit is contained in:
@@ -146,12 +146,14 @@ class _MediaListViewState extends State<MediaListView> {
|
|||||||
|
|
||||||
Future<void> _getMedia() async {
|
Future<void> _getMedia() async {
|
||||||
final assetList = (await PhotoManager.getAssetPathList(
|
final assetList = (await PhotoManager.getAssetPathList(
|
||||||
filterOption: FilterOptionGroup(orders: [
|
filterOption: FilterOptionGroup(
|
||||||
const OrderOption(
|
orders: [
|
||||||
// ignore: avoid_redundant_argument_values
|
const OrderOption(
|
||||||
type: OrderOptionType.createDate,
|
// ignore: avoid_redundant_argument_values
|
||||||
),
|
type: OrderOptionType.createDate,
|
||||||
]),
|
),
|
||||||
|
],
|
||||||
|
),
|
||||||
onlyAll: true,
|
onlyAll: true,
|
||||||
))
|
))
|
||||||
.first;
|
.first;
|
||||||
|
|||||||
Reference in New Issue
Block a user