imgix_client 1.0.0 copy "imgix_client: ^1.0.0" to clipboard
imgix_client: ^1.0.0 copied to clipboard

outdated

A Dart client library for generating URLs with imgix.

Imgix Dart #

imgix logo

A Dart client library for generating URLs with imgix.

Build codecov License

Usage #

A simple usage example:

import 'package:imgix/imgix_client.dart';

void main() {
  var urlBuilder = UrlBuilder('example.imgix.net');
  print('awesome: ${urlBuilder.createURL('image/file.png')}');
}

Features and bugs #

Please file feature requests and bugs at the issue tracker.

0
likes
0
pub points
64%
popularity

Publisher

verified publisheramond.dev

A Dart client library for generating URLs with imgix.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

crypto, quiver

More

Packages that depend on imgix_client