get_file_contents_from 0.0.2 copy "get_file_contents_from: ^0.0.2" to clipboard
get_file_contents_from: ^0.0.2 copied to clipboard

outdated

Package that provides all contents from the directory provided.

get_file_contents_from #

A new Flutter package project.

Extreme Simple use of the package #

Initialize the class var getFiles=FileManager();

Now use all the functions provided by the package like:

getFiles.getContentsFromPath('/storage/emulated/0/'); this will return a list in which the full paths of the files available will be available

getFiles.getContentsFilenamesFromPath('/storage/emulated/0/'); this will return a list in which only the names of the files available will be available

Look at the example linked to know more #

Getting Started #

This project is a starting point for a Dart package, a library module containing code that can be shared easily across multiple Flutter or Dart projects.

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

5
likes
0
pub points
0%
popularity

Publisher

unverified uploader

Package that provides all contents from the directory provided.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on get_file_contents_from