This repository was archived by the owner on Jul 21, 2022. It is now read-only.
Null-safety support #90
Open
greymag wants to merge 30 commits into
Open
Conversation
Update path_provider to 2.0.0
Feature/migrating v2
…uri for each resolvable application.
Fixed bug by granting permission. So now granting permission for the …
define namespace
* Refactoring: - Fixed potential memory issues when using methods that accept byte arrays. - New Methods Added: - fileFromStorage() and filesFromStorage() (for sharing files, especially large ones). - fileFromMemory() and filesFromMemory() (for sharing small files using byte arrays). - file() and files() are now deprecated methods. * v2.3.0 * Revert deleted info about MIME type * Add extended documentation for filesFromMemory().
#6) * Added new method `deleteTempShareFilesByExtension` for removing temporary files created by`filesFromStorage` and `fileFromStorage`. Implemented automatic deletion of temporary files created in `filesFromStorage` and `fileFromStorage` after sharing is completed (when the share window is closed). * Added init() method. Update readme. * Create temp share dir if not exists. * Add random string to path for temp share files. * Refactor. * Delete recursive flags. * wrong _initialise field type. --------- Co-authored-by: ulezkin <ulezkinwork@gmail.com>
* Fixed: broken files share * Added clear for share from memory --------- Co-authored-by: ulezkin <ulezkinwork@gmail.com>
* Upgraded `compileSdkVersion` to 35, `minSdkVersion` to 21, `gradle` to 8.10 * Updated example * Added optional ability to run sharing in separate activity * Version and changelog * Remove redundant activity * Unused dependency
* fix(android): temporary files were deleted before share completed * set `_useSeparateActivity` once on initializing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add null-safety support to the package with minimum changes.
See issues #86 and #88
Also update
.gitignorefiles in example to the vastest version from Flutter templates.Please publish null-safety version on pub.dev so people can to upgrade their projects on Flutter 2. Thank you!