-
-
Notifications
You must be signed in to change notification settings - Fork 4k
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
chore(appflowy_flutter): update to Flutter 3.7.5 #2000
Conversation
@@ -0,0 +1,52 @@ | |||
name: AppFlowyEditor test |
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.
Don't add this file back. We have moved it to the appflowy_editor
repo
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.
Deleted
@hyj1204 The |
Please update this document too. https://appflowy.gitbook.io/docs/essential-documentation/contribute-to-appflowy/software-contributions/environment-setup |
|
LGTM. Will merge it after releasing v0.1.1. |
e610c73
to
f1540ed
Compare
update color to colorFilter: apply mask color when the color is not null
ecf8574
to
33fc0c1
Compare
* chore: upgrade appflowy_editor_plugins and flowy_infra * feat(appflowy_flutter): upgrade dependence and delete unused import files * fix(appflowy_flutter): fix SvgPicture upgrade issue update color to colorFilter: apply mask color when the color is not null * feat(appflowy_editor): updateflutter_svg version * chore: flutter analyze * chore: update to 3.7.5 in github action * chore: update to 3.7.5 in github action(integration test) * chore: update appflowy_editor to 0.1.2 * chore: delete appflowy_editor_test.yml under appflowy * chore: update the flutter version in github action * docs: update flutter badge image * chore: update flutter version in scripts * chore: update appflowy editor to the latest release * chore: fix flutter analyze * chore: update integration_test.yml --------- Co-authored-by: Lucas.Xu <[email protected]> Co-authored-by: Nathan.fooo <[email protected]>
flutter pub upgrade --major-versions
and update dependencies versioncolor
is deprecated influtter_svg
package, update it withThis PR followed the work in #1990
Fixes #1954