-
-
Notifications
You must be signed in to change notification settings - Fork 287
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: 5301 - added an erasing tool for proofs (#5341)
New files: * `eraser_model.dart`: Model about the eraser tool: coordinate computations. * `eraser_painter.dart`: Painter of the eraser tool: displaying thick lines. Impacted files: * `background_task_add_price.dart`: displaying the eraser bars if relevant; new `eraserCoordinates` field * `background_task_image.dart`: minor refactoring * `crop_helper.dart`: new `enableEraser` field `offsets` parameters * `crop_page.dart`: added an erasing tool for proofs; refactored * `crop_parameters.dart`: new `eraserCoordinates` parameter * `operation_type.dart` unrelated minor refactoring * `product_crop_helper.dart`: minor refactoring * `product_price_item.dart`: unrelated fix for TEST env * `proof_crop_helper.dart`: minor refactoring * `pubspec.lock`: wtf * `pubspec.yaml`: needed upgrade of `crop_image` to `1.0.13`
- Loading branch information
1 parent
d5bfb6a
commit 036bda1
Showing
13 changed files
with
436 additions
and
89 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.