uploadcare 0.1.0 copy "uploadcare: ^0.1.0" to clipboard
uploadcare: ^0.1.0 copied to clipboard

outdated

Dart library for Uploadcare.

A dart library for Uploadcare.

Build Status Build codecov

Usage #

A simple usage example:

import 'package:uploadcare/uploadcare.dart';

main() {
  var client = Client.demoClient();

  var file = client.getFile('693037a8-1c7c-4a4d-9d09-361c67c8cb3a');

  var cdnPathBuilder = CdnPathBuilder(file);
  print('path: ${cdnPathBuilder.crop(10, 10).build()}');}

Features and bugs #

Please file feature requests and bugs at the issue tracker.

0
likes
0
points
5
downloads

Publisher

verified publisheramond.dev

Weekly Downloads

Dart library for Uploadcare.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

crypto, freezed_annotation, http, intl

More

Packages that depend on uploadcare