-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add blur editor #15
Conversation
- Resolve issue where hero animation behaves incorrectly when the screen width exceeds image width in lib/modules/filter_editor/widgets/image_with_multiple_filters.dart. feat: introduce blur editor feature in version 2.5.0 - Update CHANGELOG.md with version 2.5.0 changes.
@@ -47,6 +47,7 @@ class ImageWithMultipleFilters extends StatelessWidget { | |||
} | |||
|
|||
return Stack( | |||
alignment: Alignment.center, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Thank you for this fantastic new editor. I have reviewed all of your code, and it all looks great. I also love that you updated the state history import/export part, and also that your code style looks exactly the same as the other code. It feels like my code and your code are written by one person, which is amazing. I only fixed one problem with the
|
Hi, I add blur editor
I would like to ask your opinion about my code.
i18n blurEditor
applyBlurDialogMsg
'Blur is being applied.'
bottomNavigationBarText
'Blur'
back
'Back'
done
'Done'
Theme blurEditor
appBarBackgroundColor
imageEditorAppBarColor
(Default theme value)appBarForegroundColor
Color(0xFFE1E1E1)
background
imageEditorBackgroundColor
(Default theme value)icons blurEditor
bottomNavBar
Icons.blur_on
blurEditorConfigs
enabled
true
maxBlur
2.0