File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments