mirror of
				https://github.com/AppFlowy-IO/AppFlowy.git
				synced 2025-10-31 01:54:37 +00:00 
			
		
		
		
	 7f44b181bd
			
		
	
	
		7f44b181bd
		
			
		
	
	
	
	
		
			
			* chore: update client-api rev * chore: update collab rev id * feat: add sign_in_request and import shared entity * feat: added to userworkspace from af_workspace * chore: add script to update the client-api rev id * chore: update client-api rev * feat: add workspaces api * feat: added check user * chore: config * chore: update client_api version * chore: ws connect * chore: ws connect * chore: update crate versions * chore: rename event * chore: update client-appi * chore: set appflowy cloud env * chore: add env template * chore: update env name * docs: update docs * fix: check_user * feat: impl sign_in_with_url * feat: add file storage placeholders * chore: update client-api * chore: disable test * feat: impl workspace add and remove * chore: sign up test * feat: select cover image on upload (#3488) * fix: close popover after item selection in settings view (#3362) * fix: close popover after item selection in settings view * fix: add missing await before closing popover * fix: find popover container by context instead of passing controllers around * fix: add requested changes * feat: close text direction settings popups after selection * fix: clean up * fix: restore theme value dropdown as StatefulWidget * feat: openai and stabilityai integration (#3439) * chore: create trait * test: add tests * chore: remove log * chore: disable log * chore: checklist ux flow redesign (#3418) * chore: ux flow redesign * chore: remove unused imports * fix: allow creation of tasks of the same name * chore: apply code suggestions from Mathias * fix: add padding below field title text field (#3440) * Fixed Issue no #3426 * Reversed the pubspec.lock mistaken update * FIXED PADDING * Fixed Padding issue on calender field edit popup * chore: rename package name (#3501) * fix: right icon size sam as left one (#3494) * feat: enable removing user icon (#3487) * feat: enable removing user icon * fix: generate to true * fix: review comments * fix: more review comments * fix: integration test and final changes * fix: made cursor grab and background color when hovering on Appearance Options Buttons (#3498) * chore: calendar UI polish (#3484) * chore: update calendar theming * feat: add event popup editor * chore: new event button redesign and add card shadows * chore: unscheduled events button * chore: event title text field * fix: focus node double dispose * chore: show popover when create new event * test: integrate some tests for integration testing purposes * fix: some fixes and more integration tests * chore: add more space between font item and font menu * feat: add reset font button in toolbar * feat: only show text direction toolbar item when RTL is enabled * fix: unable to change RTL of heading block * test: add integration test for ltr/rtl mode * chore: update inlang project settings (#3441) * feat: using script to update the collab source. (#3508) * chore: add script * chore: update script * chore: update bytes version * chore: submit lock file * chore: update test * chore: update test * chore: bump version * chore: update * ci: fix * ci: fix * chore: update commit id * chore: update commit id * chore: update commit id * fix: is cloud enable --------- Co-authored-by: Fu Zi Xiang <speed2exe@live.com.sg> Co-authored-by: Mathias Mogensen <42929161+Xazin@users.noreply.github.com> Co-authored-by: Vincenzo De Petris <37916223+vincendep@users.noreply.github.com> Co-authored-by: Richard Shiue <71320345+richardshiue@users.noreply.github.com> Co-authored-by: Aryan More <61151896+aryan-more@users.noreply.github.com> Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io> Co-authored-by: Lakhan Baheti <94619783+1akhanBaheti@users.noreply.github.com> Co-authored-by: Nitin-Poojary <70025277+Nitin-Poojary@users.noreply.github.com> Co-authored-by: Jannes Blobel <72493222+jannesblobel@users.noreply.github.com>
		
			
				
	
	
		
			212 lines
		
	
	
		
			7.2 KiB
		
	
	
	
		
			Dart
		
	
	
	
	
	
			
		
		
	
	
			212 lines
		
	
	
		
			7.2 KiB
		
	
	
	
		
			Dart
		
	
	
	
	
	
| import 'package:appflowy/core/config/kv.dart';
 | |
| import 'package:appflowy/core/network_monitor.dart';
 | |
| import 'package:appflowy/env/env.dart';
 | |
| import 'package:appflowy/plugins/database_view/application/field/field_action_sheet_bloc.dart';
 | |
| import 'package:appflowy/plugins/database_view/application/field/field_controller.dart';
 | |
| import 'package:appflowy/plugins/database_view/application/field/field_service.dart';
 | |
| import 'package:appflowy/plugins/database_view/application/setting/property_bloc.dart';
 | |
| import 'package:appflowy/plugins/database_view/grid/application/grid_header_bloc.dart';
 | |
| import 'package:appflowy/plugins/document/application/prelude.dart';
 | |
| import 'package:appflowy/plugins/document/presentation/editor_plugins/copy_and_paste/clipboard_service.dart';
 | |
| import 'package:appflowy/plugins/document/presentation/editor_plugins/openai/service/openai_client.dart';
 | |
| import 'package:appflowy/plugins/trash/application/prelude.dart';
 | |
| import 'package:appflowy/startup/startup.dart';
 | |
| import 'package:appflowy/user/application/auth/af_cloud_auth_service.dart';
 | |
| import 'package:appflowy/user/application/auth/auth_service.dart';
 | |
| import 'package:appflowy/user/application/auth/supabase_mock_auth_service.dart';
 | |
| import 'package:appflowy/user/application/auth/supabase_auth_service.dart';
 | |
| import 'package:appflowy/user/application/prelude.dart';
 | |
| import 'package:appflowy/user/application/reminder/reminder_bloc.dart';
 | |
| import 'package:appflowy/user/application/user_listener.dart';
 | |
| import 'package:appflowy/user/application/user_service.dart';
 | |
| import 'package:appflowy/user/presentation/router.dart';
 | |
| import 'package:appflowy/workspace/application/edit_panel/edit_panel_bloc.dart';
 | |
| import 'package:appflowy/workspace/application/favorite/favorite_bloc.dart';
 | |
| import 'package:appflowy/workspace/application/local_notifications/notification_action_bloc.dart';
 | |
| import 'package:appflowy/workspace/application/settings/prelude.dart';
 | |
| import 'package:appflowy/workspace/application/tabs/tabs_bloc.dart';
 | |
| import 'package:appflowy/workspace/application/user/prelude.dart';
 | |
| import 'package:appflowy/workspace/application/view/prelude.dart';
 | |
| import 'package:appflowy/workspace/application/workspace/prelude.dart';
 | |
| import 'package:appflowy/workspace/presentation/home/menu/menu_shared_state.dart';
 | |
| import 'package:appflowy_backend/protobuf/flowy-folder2/view.pb.dart';
 | |
| import 'package:appflowy_backend/protobuf/flowy-user/protobuf.dart';
 | |
| import 'package:flowy_infra/file_picker/file_picker_impl.dart';
 | |
| import 'package:flowy_infra/file_picker/file_picker_service.dart';
 | |
| import 'package:fluttertoast/fluttertoast.dart';
 | |
| import 'package:get_it/get_it.dart';
 | |
| import 'package:http/http.dart' as http;
 | |
| 
 | |
| class DependencyResolver {
 | |
|   static Future<void> resolve(
 | |
|     GetIt getIt,
 | |
|     IntegrationMode mode,
 | |
|   ) async {
 | |
|     _resolveUserDeps(getIt, mode);
 | |
|     _resolveHomeDeps(getIt);
 | |
|     _resolveFolderDeps(getIt);
 | |
|     _resolveDocDeps(getIt);
 | |
|     _resolveGridDeps(getIt);
 | |
|     _resolveCommonService(getIt, mode);
 | |
|   }
 | |
| }
 | |
| 
 | |
| void _resolveCommonService(
 | |
|   GetIt getIt,
 | |
|   IntegrationMode mode,
 | |
| ) async {
 | |
|   // getIt.registerFactory<KeyValueStorage>(() => RustKeyValue());
 | |
|   getIt.registerFactory<KeyValueStorage>(() => DartKeyValue());
 | |
|   getIt.registerFactory<FilePickerService>(() => FilePicker());
 | |
|   if (mode.isTest) {
 | |
|     getIt.registerFactory<ApplicationDataStorage>(
 | |
|       () => MockApplicationDataStorage(),
 | |
|     );
 | |
|   } else {
 | |
|     getIt.registerFactory<ApplicationDataStorage>(
 | |
|       () => ApplicationDataStorage(),
 | |
|     );
 | |
|   }
 | |
| 
 | |
|   getIt.registerFactoryAsync<OpenAIRepository>(
 | |
|     () async {
 | |
|       final result = await UserBackendService.getCurrentUserProfile();
 | |
|       return result.fold(
 | |
|         (l) {
 | |
|           throw Exception('Failed to get user profile: ${l.msg}');
 | |
|         },
 | |
|         (r) {
 | |
|           return HttpOpenAIRepository(
 | |
|             client: http.Client(),
 | |
|             apiKey: r.openaiKey,
 | |
|           );
 | |
|         },
 | |
|       );
 | |
|     },
 | |
|   );
 | |
| 
 | |
|   getIt.registerFactory<ClipboardService>(
 | |
|     () => ClipboardService(),
 | |
|   );
 | |
| }
 | |
| 
 | |
| void _resolveUserDeps(GetIt getIt, IntegrationMode mode) {
 | |
|   switch (currentCloudType()) {
 | |
|     case CloudType.unknown:
 | |
|       getIt.registerFactory<AuthService>(
 | |
|         () => BackendAuthService(
 | |
|           AuthTypePB.Local,
 | |
|         ),
 | |
|       );
 | |
|       break;
 | |
|     case CloudType.supabase:
 | |
|       if (mode.isIntegrationTest) {
 | |
|         getIt.registerFactory<AuthService>(() => MockAuthService());
 | |
|       } else {
 | |
|         getIt.registerFactory<AuthService>(() => SupabaseAuthService());
 | |
|       }
 | |
|       break;
 | |
|     case CloudType.appflowyCloud:
 | |
|       getIt.registerFactory<AuthService>(() => AFCloudAuthService());
 | |
|       break;
 | |
|   }
 | |
| 
 | |
|   getIt.registerFactory<AuthRouter>(() => AuthRouter());
 | |
| 
 | |
|   getIt.registerFactory<SignInBloc>(
 | |
|     () => SignInBloc(getIt<AuthService>()),
 | |
|   );
 | |
|   getIt.registerFactory<SignUpBloc>(
 | |
|     () => SignUpBloc(getIt<AuthService>()),
 | |
|   );
 | |
| 
 | |
|   getIt.registerFactory<SplashRouter>(() => SplashRouter());
 | |
|   getIt.registerFactory<EditPanelBloc>(() => EditPanelBloc());
 | |
|   getIt.registerFactory<SplashBloc>(() => SplashBloc());
 | |
|   getIt.registerLazySingleton<NetworkListener>(() => NetworkListener());
 | |
| }
 | |
| 
 | |
| void _resolveHomeDeps(GetIt getIt) {
 | |
|   getIt.registerSingleton(FToast());
 | |
| 
 | |
|   getIt.registerSingleton(MenuSharedState());
 | |
| 
 | |
|   getIt.registerFactoryParam<UserListener, UserProfilePB, void>(
 | |
|     (user, _) => UserListener(userProfile: user),
 | |
|   );
 | |
| 
 | |
|   getIt.registerFactoryParam<WorkspaceBloc, UserProfilePB, void>(
 | |
|     (user, _) => WorkspaceBloc(
 | |
|       userService: UserBackendService(userId: user.id),
 | |
|     ),
 | |
|   );
 | |
| 
 | |
|   // share
 | |
|   getIt.registerFactoryParam<DocShareBloc, ViewPB, void>(
 | |
|     (view, _) => DocShareBloc(view: view),
 | |
|   );
 | |
| 
 | |
|   getIt.registerSingleton<NotificationActionBloc>(NotificationActionBloc());
 | |
| 
 | |
|   getIt.registerLazySingleton<TabsBloc>(() => TabsBloc());
 | |
| 
 | |
|   getIt.registerSingleton<ReminderBloc>(ReminderBloc());
 | |
| }
 | |
| 
 | |
| void _resolveFolderDeps(GetIt getIt) {
 | |
|   //workspace
 | |
|   getIt.registerFactoryParam<WorkspaceListener, UserProfilePB, String>(
 | |
|     (user, workspaceId) =>
 | |
|         WorkspaceListener(user: user, workspaceId: workspaceId),
 | |
|   );
 | |
| 
 | |
|   getIt.registerFactoryParam<ViewBloc, ViewPB, void>(
 | |
|     (view, _) => ViewBloc(
 | |
|       view: view,
 | |
|     ),
 | |
|   );
 | |
| 
 | |
|   //Settings
 | |
|   getIt.registerFactoryParam<SettingsDialogBloc, UserProfilePB, void>(
 | |
|     (user, _) => SettingsDialogBloc(user),
 | |
|   );
 | |
| 
 | |
|   //User
 | |
|   getIt.registerFactoryParam<SettingsUserViewBloc, UserProfilePB, void>(
 | |
|     (user, _) => SettingsUserViewBloc(user),
 | |
|   );
 | |
| 
 | |
|   // trash
 | |
|   getIt.registerLazySingleton<TrashService>(() => TrashService());
 | |
|   getIt.registerLazySingleton<TrashListener>(() => TrashListener());
 | |
|   getIt.registerFactory<TrashBloc>(
 | |
|     () => TrashBloc(),
 | |
|   );
 | |
|   getIt.registerFactory<FavoriteBloc>(() => FavoriteBloc());
 | |
| }
 | |
| 
 | |
| void _resolveDocDeps(GetIt getIt) {
 | |
| // Doc
 | |
|   getIt.registerFactoryParam<DocumentBloc, ViewPB, void>(
 | |
|     (view, _) => DocumentBloc(view: view),
 | |
|   );
 | |
| }
 | |
| 
 | |
| void _resolveGridDeps(GetIt getIt) {
 | |
|   getIt.registerFactoryParam<GridHeaderBloc, String, FieldController>(
 | |
|     (viewId, fieldController) => GridHeaderBloc(
 | |
|       viewId: viewId,
 | |
|       fieldController: fieldController,
 | |
|     ),
 | |
|   );
 | |
| 
 | |
|   getIt.registerFactoryParam<FieldActionSheetBloc, FieldContext, void>(
 | |
|     (data, _) => FieldActionSheetBloc(fieldCellContext: data),
 | |
|   );
 | |
| 
 | |
|   getIt.registerFactoryParam<DatabasePropertyBloc, String, FieldController>(
 | |
|     (viewId, cache) =>
 | |
|         DatabasePropertyBloc(viewId: viewId, fieldController: cache),
 | |
|   );
 | |
| }
 |