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