Skip to content

Commit f2562b4

Browse files
committed
added screenshot
1 parent f3f4676 commit f2562b4

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,15 @@ FileManager(
139139
| `getStorageList` | Get list of available storage in the device, returns an empty list if there is no storage `List<Directory>`|
140140
| `createFolder` | Creates the directory if it doesn't exist. Requires currentPath and Name of the Directory. |
141141

142+
</hr>
143+
144+
![gif](https://imgur.com/RXwvwB9.gif)
145+
![gif](https://imgur.com/a56XQv7.png)
146+
![gif](https://imgur.com/q4Ouf3M.png)
147+
![gif](https://imgur.com/CwB5wb0.png)
148+
149+
</hr>
150+
142151
## Show some :heart: and :star: the repo
143152

144153
![GitHub Repo stars](https://img.shields.io/github/stars/DevsOnFlutter/file_manager?style=social)

example/lib/main.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ class _MyAppState extends State<MyApp> {
1616
@override
1717
Widget build(BuildContext context) {
1818
return MaterialApp(
19-
debugShowCheckedModeBanner: false,
20-
theme: ThemeData(brightness: Brightness.dark),
2119
home: HomePage(),
2220
);
2321
}

0 commit comments

Comments
 (0)