flutter_imagekit 0.0.2 copy "flutter_imagekit: ^0.0.2" to clipboard
flutter_imagekit: ^0.0.2 copied to clipboard

outdated

To use ImageKit.io API for Flutter Projects.

Usage #

Lets take a look at how to use ImageKit.io Flutter Package.

flutter_imagekit.dart #

  ImageKit.io(
    file,
    privateKey: "PrivateKey", // (Keep Confidential)
    onUploadProgress: (progressValue) {
      if (kDebugMode) {
        print(progressValue);
      }
    },
  ).then((value) {
    // Get your uploaded Image file link from ImageKit.io
    //then save it anywhere you want. For Example- Firebase, MongoDB etc.
    if (kDebugMode) {
      print(value);
    }
  });
8
likes
0
points
106
downloads

Publisher

verified publisherbaraxuntech.com

Weekly Downloads

To use ImageKit.io API for Flutter Projects.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, http

More

Packages that depend on flutter_imagekit