mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-08-03 22:41:08 +00:00

* feat: support opening a workspace * feat: support renaming a workspace * fix: rename issue * fix: rename issues * feat: refactor menu bloc * test: add collaborative workspace test * test: add open workspace integration tet * test: add delete workspace integration tet * chore: turn off collab workspace feature
5 lines
84 B
Dart
5 lines
84 B
Dart
library appflowy_result;
|
|
|
|
export 'src/async_result.dart';
|
|
export 'src/result.dart';
|