flutter_profile/lib/flutter_profile.dart

15 lines
487 B
Dart
Raw Normal View History

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';
export 'src/widgets/profile/profile_style.dart';
2022-10-21 10:42:32 +02:00
export 'src/widgets/avatar/avatar_wrapper.dart';
export 'src/widgets/avatar/avatar.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';
export 'src/widgets/item_builder/item_builder_options.dart';