mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-07-28 03:21:54 +00:00

* chore: update editor version * feat: support multi select notification items * fix: flutter analyze * feat: add navgation bar button * feat: add multi select item * feat: add multi choice in notification page * feat: support multi choice * chore: update icon * feat: support open page from notification page * chore: update version
10 lines
250 B
Dart
10 lines
250 B
Dart
export 'empty.dart';
|
|
export 'header.dart';
|
|
export 'multi_select_notification_item.dart';
|
|
export 'notification_item.dart';
|
|
export 'settings_popup_menu.dart';
|
|
export 'shared.dart';
|
|
export 'slide_actions.dart';
|
|
export 'tab.dart';
|
|
export 'tab_bar.dart';
|