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

outdated

Imgix package for flutter.

imgix_core_dart #

Imgix package for flutter.

Install #

Usage #

import 'package:imgix_core_dart/imgix_core_dart.dart';

void main() {
  final client = ImgixClient(
    domain: 'testing.imgix.net',
    useHTTPS: true,
    secureURLToken: '<SECURE TOKEN>',
  );

  final url = client.buildURL(
    '/path/to/image.png',
    <String, dynamic>{'w': 400, 'h': 300},
  );
  print(url);
  // -> http://testing.imgix.net/path/to/image.png?ixlib=dart-1.0.0&s=d989ab7de53535886b09183a43f801aa
}
0
likes
25
pub points
48%
popularity

Publisher

verified publishernikkei.com

Imgix package for flutter.

Homepage

License

BSD-2-Clause (LICENSE)

Dependencies

crypto, meta

More

Packages that depend on imgix_core_dart