Uh oh!
There was an error while loading. Please reload this page.
feat(share_plus): share XFile created using File.fromData() - #1284
Conversation
…romData() if file doesn't contain path then make new file in TemporaryDirectory and return with path
dipakp2726
commented
Oct 22, 2022
melos run format gives this error Unable to run "clang-format". Make sure that it is in your path, or provide a full path with --clang-format. |
dipakp2726
commented
Oct 22, 2022
one of test is failing as sharing empty file no longer throws assertion error |
Uh oh!
There was an error while loading. Please reload this page.
miquelbeltran
commented
Oct 23, 2022
Tentative looking good for me, I need to try this on my PC in the coming days tho. But, in order to approve a merge, you will need to provide a unit test or integration test at least showing this (e.g. call to shareXFile with a file created using fromData) and all failing tests should be fixed (or removed if no longer relevant) |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
miquelbeltran
left a comment
There was a problem hiding this comment.
Thanks! This works great!
miquelbeltran
commented
Oct 24, 2022
Let's wait for the integration tests to finish, and we can merge |
miquelbeltran
commented
Oct 24, 2022
Seems that emulator with API 32 not having a day today, but the other API levels passed and the error is unrelated, so giving it a go |
Description
in shareXfile if sharedFile doesn't contain path
then make new file in TemporaryDirectory and return with path
Related Issues
Checklist
CHANGELOG.mdnor thepubspec.yamlfiles.flutter analyze) does not report any problems on my PR.Breaking Change
Does your PR require plugin users to manually update their apps to accommodate your change?
not sure about this.
!in the title as explained in Conventional Commits).