flutter_box 0.0.7 copy "flutter_box: ^0.0.7" to clipboard
flutter_box: ^0.0.7 copied to clipboard

A Flutter plugin for using the native Box SDKs, Where you can view the directory struture and upload/download the file.

flutter_box #

A Flutter plugin for using the native Box SDKs to access the Box Storage

How do I use it? #

· initSession() – this will launch the login page, where the user needs to give his credentials to access his box storage

· endSession() – logout the session(current session).

· isUserAuthenticated() – to check whether the user is logged in or not(current session is active or not).

· loadRootFolder() – To fetch the root folder details(files/folders)

· loadFromFolders(String folderId) – to fetch the details from the particular folder(folderId).

· uploadFile(String folderId, String fileName) – upload the file into the particular folder(folderId), if the folderId is empty then it will upload to the root folder

0
likes
40
pub points
12%
popularity

Publisher

unverified uploader

A Flutter plugin for using the native Box SDKs, Where you can view the directory struture and upload/download the file.

Repository (GitHub)
View/report issues

License

Apache-2.0 (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_box