NO need to merge pr just fixed some bugs but not with clean code if anyone want can use it#20
Open
BreckCode wants to merge 4 commits intodevdfcom:mainfrom
Open
NO need to merge pr just fixed some bugs but not with clean code if anyone want can use it#20BreckCode wants to merge 4 commits intodevdfcom:mainfrom
BreckCode wants to merge 4 commits intodevdfcom:mainfrom
Conversation
added 3 commits
November 8, 2025 17:41
- Added `displayName` and `fileName` properties to `DocumentFile` to handle cases where file extensions are stripped by some SAF providers. - Updated README.md for clarity and consistency. - Minor formatting and documentation improvements across various files. - Updated dependencies in pubspec.yaml and example pubspec.lock. Signed-off-by: Alex Yackers <7115964+yackers@users.noreply.github.com>
- Introduced a new `writeFile` method in the DocumentFile extension to overwrite existing file content. - Updated DocumentFileAction to handle the new writeFile functionality. - Enhanced Dart extension to support writing content or bytes to a DocumentFile. - Improved error handling for file operations. Signed-off-by: Alex Yackers <7115964+yackers@users.noreply.github.com>
- Updated mime type detection to use a default value of "application/octet-stream" if the mime type cannot be determined from the file extension. - Improved error handling for cases where mime type detection fails. Signed-off-by: Alex Yackers <7115964+yackers@users.noreply.github.com>
|
this package is abandoned. I've moved to use https://github.com/flutter-cavalry/saf_stream |
- Updated `DocManDocumentsProvider` to preserve file extensions when renaming documents if the new name does not include an extension. - Modified `DocumentFileAction` to allow files without extensions and to preserve full filenames with extensions during copy and move operations. - Adjusted `DocManFiles` to ensure proper file naming with extensions during file creation.
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.