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");