flutter_profile/lib/profile.dart

7 lines
194 B
Dart
Raw Normal View History

2022-08-26 15:31:42 +02:00
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';