2022-10-31 17:15:05 +01:00
|
|
|
// SPDX-FileCopyrightText: 2022 Iconica
|
|
|
|
//
|
|
|
|
// SPDX-License-Identifier: BSD-3-Clause
|
2024-02-02 11:07:55 +01:00
|
|
|
///
|
2022-09-21 14:37:16 +02:00
|
|
|
library flutter_profile;
|
2022-08-26 15:31:42 +02:00
|
|
|
|
2024-02-02 11:07:55 +01:00
|
|
|
export 'src/models/change_password_config.dart';
|
|
|
|
export 'src/models/user.dart';
|
2022-08-26 15:31:42 +02:00
|
|
|
export 'src/services/profile_service.dart';
|
2024-02-02 11:07:55 +01:00
|
|
|
export 'src/widgets/avatar/avatar.dart';
|
|
|
|
export 'src/widgets/avatar/avatar_wrapper.dart';
|
2022-08-26 15:31:42 +02:00
|
|
|
export 'src/widgets/item_builder/item_builder.dart';
|
2022-09-19 12:11:58 +02:00
|
|
|
export 'src/widgets/item_builder/item_builder_options.dart';
|
2024-02-02 11:07:55 +01:00
|
|
|
export 'src/widgets/profile/profile_page.dart';
|
|
|
|
export 'src/widgets/profile/profile_style.dart';
|