flutter_profile/lib/profile.dart
2022-08-26 15:31:42 +02:00

7 lines
194 B
Dart

library profile;
export 'src/widgets/profile/profile_page.dart';
export 'src/services/profile_service.dart';
export 'src/widgets/item_builder/item_builder.dart';
export 'src/models/user.dart';