ci: fix flutter warnings

This commit is contained in:
appflowy
2022-02-09 21:56:46 +08:00
parent 08433defd8
commit f872c6c1f8
5 changed files with 4 additions and 11 deletions

View File

@ -1,4 +1,5 @@
syntax = "proto3";
enum FolderNotification {
Unknown = 0;
UserCreateWorkspace = 10;

View File

@ -1,4 +1,5 @@
syntax = "proto3";
enum FolderEvent {
CreateWorkspace = 0;
ReadCurWorkspace = 1;