Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IOS: RequestType.audio showing "Nothing here..." even if audio files are there. #62

Closed
aqueelaboobacker opened this issue Sep 4, 2020 · 1 comment
Labels
s: invalid This doesn't seem right.

Comments

@aqueelaboobacker
Copy link


List<AssetEntity> assets = <AssetEntity>[];
         final List<AssetEntity> result = await AssetPicker.pickAssets(
         context,
          maxAssets: 1,
          selectedAssets: assets,
          requestType: RequestType.audio,
          textDelegate: EnglishTextDelegate(),
    );
@aqueelaboobacker aqueelaboobacker changed the title IOS: FileType.audio showing "Nothing here..." even if audio files are there. IOS: RequestType.audio showing "Nothing here..." even if audio files are there. Sep 4, 2020
@github-actions github-actions bot added the await triage The issue is waiting for triage. label Sep 4, 2020
@AlexV525
Copy link
Member

AlexV525 commented Sep 4, 2020

Please file the issue according to issue template. Ref #28 .

@AlexV525 AlexV525 closed this as completed Sep 4, 2020
@AlexV525 AlexV525 added s: invalid This doesn't seem right. and removed await triage The issue is waiting for triage. labels Sep 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
s: invalid This doesn't seem right.
Projects
None yet
Development

No branches or pull requests

2 participants