imageengine_helpers_dart 1.0.2
imageengine_helpers_dart: ^1.0.2 copied to clipboard
A Dart library for interacting with ImageEngine CDN, providing helper functions for image manipulation and URL generation.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add imageengine_helpers_dartWith Flutter:
$ flutter pub add imageengine_helpers_dartThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
imageengine_helpers_dart: ^1.0.2Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:imageengine_helpers_dart/imageengine_helpers_dart.dart';