diff --git a/lib/flutter_registration.dart b/lib/flutter_registration.dart index 3a83e55..c3ca306 100644 --- a/lib/flutter_registration.dart +++ b/lib/flutter_registration.dart @@ -1,5 +1,7 @@ library flutter_registration; export 'src/model/auth_exception.dart'; +export 'src/model/auth_field.dart'; +export 'src/model/auth_step.dart'; export 'src/registration_screen.dart'; export 'src/service/registration_repository.dart';