Skip to content

Not working with flutter 3.7.0 #99

@vikramsinghrajpoot

Description

@vikramsinghrajpoot

Cropping not working proeprly with flutter 3.7.0
final cropKey = GlobalKey(); /// Initialise

Container(
color: Colors.black,
padding:
const EdgeInsets.symmetric(vertical: 10.0, horizontal: 10.0),
child: Crop.file(widget.file, key: cropKey)) /// Use

final area = cropKey.currentState.area;

area comming nill with black screen

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions