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

Platformweb

Flutter plugin for download base64 encode data.

web_downloader #

A Flutter plugin for download base64 files. It will helpful if your project is cross platform. Because, you can't use import 'dart:html'; in mobile projects

Getting Started #

how to use:

  WebDownloader.downloadBase64(
                base64data: "cGx1Z2luIHdvcmtz", filename: "test.txt");
1
likes
140
points
351
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter plugin for download base64 encode data.

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, flutter_web_plugins, plugin_platform_interface

More

Packages that depend on web_downloader