tbib_file_uploader 0.0.1 copy "tbib_file_uploader: ^0.0.1" to clipboard
tbib_file_uploader: ^0.0.1 copied to clipboard

outdated

This package for upload file you can display notifications and progress notification and can receive upload bytes and total bytes

tbib_file_uploader #

This package for upload file you can display notifications and progress notification and can receive upload bytes and total bytes

Note this package use awesome notification

  • Can display progress in your app

  • Notification with progress bar

  • Notification downloaded ended

  • ios configuration

step 1

 Change
  BUILD_LIBRARY_FOR_DISTRIBUTION = YES 
 to 
 BUILD_LIBRARY_FOR_DISTRIBUTION = NO  

Note:

Notification progress bar not support in ios.

  • How to use

step 1

  • init package in main
void main() async {
  WidgetsFlutterBinding.ensureInitialized();

  await TBIBFileUploader().init();
  ....
}

if you want to download file can use tbib downloader

11
likes
0
points
35
downloads

Publisher

unverified uploader

Weekly Downloads

This package for upload file you can display notifications and progress notification and can receive upload bytes and total bytes

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

awesome_notifications, dio, file_picker, flutter, image_picker, permission_handler

More

Packages that depend on tbib_file_uploader

Packages that implement tbib_file_uploader