Flutter plugin for download base64 encode data.
More...
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
how to use:
WebDownloader.downloadBase64( base64data: "cGx1Z2luIHdvcmtz", filename: "test.txt");
unverified uploader
API reference
BSD-3-Clause (license)
flutter, flutter_web_plugins, plugin_platform_interface
Packages that depend on web_downloader
Back