-
Notifications
You must be signed in to change notification settings - Fork 153
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update pubspec.yaml * update CHANGELOG.md for 2.0.0-dev.1 * udgrade dependency versions * Feature/undo redo (#165) * add: HistoryState class which manages history for undo/redo * feat: undo/redo * version up to 2.0.0-dev.2 including undo/redo feature * add initialAspectRatio argument to Crop (#166) * add initialAspectRatio argument to Crop * refactor arguments to indicate initial crop rect * version up to 2.0.0-dev.3 * some fixes (#167) * fix: state goes back to preparing when didChangeDependencies called (#169) * version up to 2.0.0-dev.4 * update to 2.0.0-dev.5 * Respect original format by default (#171) * respect original format by default * fix * fix: respect initial size if specified when changing aspectRatio via controller (#170) * fix: context disposed error (#172) * fix: InvalidRectError (#173) * fix: change errors not extends Error but implements Exception (#174) * fix: typo (#175) * version up to 2.0.0-dev.6 * rename suffix of error classes from Error to Exception * fix: several bugs * version up to 2.0.0-dev.7
- Loading branch information
1 parent
40c1961
commit 7b6c0f7
Showing
34 changed files
with
908 additions
and
330 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
2 changes: 1 addition & 1 deletion
2
example/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme
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.