mirror of
https://github.com/Iconica-Development/flutter_profile.git
synced 2025-05-18 16:53:45 +02:00
15 lines
487 B
Dart
15 lines
487 B
Dart
// SPDX-FileCopyrightText: 2022 Iconica
|
|
//
|
|
// SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
library flutter_profile;
|
|
|
|
export 'src/widgets/profile/profile_page.dart';
|
|
export 'src/widgets/profile/profile_style.dart';
|
|
export 'src/widgets/avatar/avatar_wrapper.dart';
|
|
export 'src/widgets/avatar/avatar.dart';
|
|
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';
|