copycat 0.0.3 copy "copycat: ^0.0.3" to clipboard
copycat: ^0.0.3 copied to clipboard

A flutter app to download from git

How to use #

'''dart import 'package:copycat/copycat.dart';

void main() { String filename = 'filename.dart'; String savePath = 'path_to_save_downloaded_file';

Copycat.downloadFile(filename, savePath); } '''

1
likes
120
points
14
downloads

Publisher

unverified uploader

Weekly Downloads

A flutter app to download from git

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter, http, math_expressions, video_player, web_socket_channel

More

Packages that depend on copycat