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

Can upload any type of files and get generated link

Features #

  • Can upload any type of files and get generated link
  • Firebase alternative
  • can use for testing purpose
  • can use for debug mode and deploye mode

just make the object #

  • and call the function
  • example
ElevatedButton(
            onPressed: () async {
              var getLink = await MediaLink.generate(
                file: File("filePath"),
                folderName: "items",
                isSecret: false,
                fromDeviceName: "itel",
              );

              debugPrint(getLink.toString());
            },
            child: Text("Upload"),
          ),
1
likes
0
points
15
downloads

Publisher

unverified uploader

Weekly Downloads

Can upload any type of files and get generated link

Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (license)

Dependencies

dio, flutter

More

Packages that depend on media_link_generator