DanTup · GitHub

Description

Split from #3071.

import 'image_cropper/cropper_stub.dart'
    if (dart.library.io) 'image_cropper/cropper_mobile.dart' // no error/warning if file doesn't exist
    if (dart.library.html) 'image_cropper/cropper_web.dart';

Metadata

Metadata

Read the original on github.com ↗