uploadcare_flutter

Creator: coderz1093

Last updated:

0 purchases

uploadcare_flutter Image
uploadcare_flutter Images
Add to Cart

Description:

uploadcare flutter

Flutter Uploadcare Client #
How to use #
Please see this package uploadcare_client for instructions
This package was introduced a few extensions for base package (Dimensions, Offsets, FaceRect, FacesEntityExtension), UploadcareImageProvider. If you don't need these features, you can use uploadcare_client directly
Implemented features:

Flutter (mobile/web)

UploadcareImageProvider (since 2.0.0)







Using with widgets #
The library provides UploadcareImageProvider for more effective use in the widget ecosystem, how to use image provider:
Image(
image: UploadcareImageProvider(
'uploadcare-image-file-uuid',
// optional, apply transformations to the image
transformations: [
BlurTransformation(50),
GrayscaleTransformation(),
InvertTransformation(),
ImageResizeTransformation(Size.square(58))
],
// rest image props...
),
)
copied to clipboard
!!! IMPORTANT !!!
If you are using uploadcare_client@<3.0.0 change the dependency name in your project pubspec.yaml
# from
dependencies:
uploadcare_client: '2.x.x'

# to
dependencies:
uploadcare_flutter: ^1.0.0
copied to clipboard
Do you like the package? Buy me a coffee :)

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.