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
0cb90e07
Commit
0cb90e07
authored
Nov 09, 2022
by
Nayan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Modified README.md and delete LICENCE
parent
35e64aed
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
10 deletions
+21
-10
LICENSE
+0
-1
README.md
+21
-9
No files found.
LICENSE
deleted
100644 → 0
View file @
35e64aed
TODO: Add your license here.
README.md
View file @
0cb90e07
# open_file_manager
# open_file_manager
A flutter plugin to open default file manager app
A flutter plugin to open default file manager app
.
##
Getting Started
##
How it works?
This project is a starting point for a Flutter
### Android
[
plug-in package
](
https://flutter.dev/developing-packages/
)
,
Plugin will shows the available file manager apps in bottom popup and you can select one app to open.
a specialized package that includes platform-specific implementation code for
That app will open with
`Download`
folder that is public folder.
Android and/or iOS.
For help getting started with Flutter development, view the
### iOS
[
online documentation
](
https://flutter.dev/docs
)
, which offers tutorials,
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`
.
samples, guidance on mobile development, and a full API reference.
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!!!
```dart
import 'package:open_file_manager/open_file_manager.dart'
openFileManager();
```
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