File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -101,8 +101,8 @@ class _MyHomePageState extends State<MyHomePage> {
101
101
Expanded (
102
102
child: CustomImageCrop (
103
103
cropController: controller,
104
- image: const AssetImage ('assets/test2 .png' ), // Any Imageprovider will work, try with a NetworkImage for example...
105
- // image: const NetworkImage('https://upload.wikimedia.org/wikipedia/en/7/7d/Lenna_%28test_image%29.png'),
104
+ // image: const AssetImage('assets/test .png'), // Any Imageprovider will work, try with a NetworkImage for example...
105
+ image: const NetworkImage ('https://upload.wikimedia.org/wikipedia/en/7/7d/Lenna_%28test_image%29.png' ),
106
106
shape: _currentShape,
107
107
ratio: _currentShape == CustomCropShape .Ratio ? Ratio (width: _width, height: _height) : null ,
108
108
canRotate: true ,
You can’t perform that action at this time.
0 commit comments