hnvn / flutter_image_cropper

A Flutter plugin for Android and iOS supports cropping images
971 stars 374 forks source link

An croppie error #432

Open Kmak1234 opened 11 months ago

Kmak1234 commented 11 months ago

Hi , im using your package in my web project.

There is a weird error that is says "TypeError: dart.global.Croppie is not a constructor",

Can you elaborate more? Thank you very much

forkear commented 9 months ago

Hello There,

Add following codes inside tag in file web/index.html:

<head>
  ....
  <!-- Croppie -->
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/croppie/2.6.5/croppie.css" />
  <script defer src="https://cdnjs.cloudflare.com/ajax/libs/exif-js/2.3.0/exif.js"></script>
  <script src="https://cdnjs.cloudflare.com/ajax/libs/croppie/2.6.5/croppie.min.js"></script>
  ....
</head>

copy from the page: https://pub.dev/packages/image_cropper

/salute