simple_file_saver library

Classes

FileBytesInfo
FileSaveInfo
FileUrlInfo
A widget that renders a real link on the web, and uses WebViews in native platforms to open links.
LinkTarget
Defines where a Link URL should be open.
SimpleFileSaver
SimpleFileSaverPlatform
The interface that implementations of simple_file_saver must implement.

Typedefs

DownloadLinkBuilder = Widget Function(BuildContext context, VoidCallback startDownload)
Signature for a function provided by the Link widget that instructs it to follow the link.
LinkWidgetBuilder = Widget Function(BuildContext context, FollowLink? followLink)
Signature for a builder function passed to the Link widget to construct the widget tree under it.