Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
open_file_manager
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dart-package
open_file_manager
Commits
4d31171b
Unverified
Commit
4d31171b
authored
Sep 20, 2023
by
Nayan
Committed by
GitHub
Sep 20, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
parent
5f4be4b1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
9 deletions
+22
-9
README.md
+22
-9
No files found.
README.md
View file @
4d31171b
# open_file_manager
A flutter plugin to open default file manager app.
A flutter plugin to open the default file manager app.
## Support
| | Android | iOS |
|-------------|---------|---------|
|
**Support**
| SDK 20+ | iOS 12+ |
## How it works?
### Android
Plugin will shows the available file manager apps in
bottom popup and you can select one app to open.
That app will open with
`Download`
folder that is
public folder.
The plugin will show the available file manager apps in the
bottom popup and you can select one app to open.
That app will open with
the
`Download`
folder which is a
public folder.
### iOS
Plugin will open
`Files`
app in iOS. you need to add
following code snippet in
`Info.plist`
to view your app folder inside
`On My iPhone`
.
Also you need to save at least one file to view your app's folder
Plugin will open
the
`Files`
app in iOS. You need to add the
following code snippet in
`Info.plist`
to view your app folder inside
`On My iPhone`
.
Also
,
you need to save at least one file to view your app's folder
```
xml
<key>
UISupportsDocumentBrowser
</key>
<true/>
```
## Usage
It's a very simple to use. there is only one line of code!!!
## Usage
It's a very simple to use. There is only one line of code!!!
```dart
import 'package:open_file_manager/open_file_manager.dart'
openFileManager();
```
## Preview
https://github.com/nayanAubie/open_file_manager/assets/109264909/8d4997c7-1dd7-4716-952c-fdcb2ed8b767
https://github.com/nayanAubie/open_file_manager/assets/109264909/f5cc61e2-3f7c-4415-b802-e0229ed0974e
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment