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.

example/main.dart

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);
}
0
likes
25
pub points
46%
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