From 5a6e195650d184c8bcb413ad21a8b465a405a85d Mon Sep 17 00:00:00 2001 From: Stein Milder Date: Thu, 22 Sep 2022 09:47:31 +0200 Subject: [PATCH] fix: export models to use externally --- lib/flutter_registration.dart | 2 ++ 1 file changed, 2 insertions(+) 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';