mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
chore: upgrade minimum support flutter version, >= 3.3.0 (#1551)
* feat: upgrade flutter version to 3.3.0 for appflowy_editor and appflowy_editor_plugin * feat: upgrade flutter version to 3.3.0 for appflowy * feat: upgrade flutter version to 3.3.0 for CI * chore: update flutter version in ci workflows * chore: fix warnings * chore: fix unuse import * chore: support cargo make dart_unit_test on windows platform * fix: copy to sandbox errors Co-authored-by: nathan <nathan@appflowy.io>
This commit is contained in:
@ -27,7 +27,7 @@ parking_lot = "0.12.1"
|
||||
|
||||
lib-dispatch = { path = "../lib-dispatch" }
|
||||
flowy-sdk = { path = "../flowy-sdk" }
|
||||
dart-notify = { path = "../dart-notify", feature = ["dart"] }
|
||||
dart-notify = { path = "../dart-notify" }
|
||||
flowy-derive = { path = "../flowy-derive" }
|
||||
|
||||
[features]
|
||||
|
Reference in New Issue
Block a user