From 29b33a3658da9cbc03c190e4067ece3fec318cb4 Mon Sep 17 00:00:00 2001 From: Stein Milder Date: Tue, 20 Sep 2022 15:52:33 +0200 Subject: [PATCH] Update flutter_registration.dart --- lib/flutter_registration.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/flutter_registration.dart b/lib/flutter_registration.dart index 946c3ff..3a83e55 100644 --- a/lib/flutter_registration.dart +++ b/lib/flutter_registration.dart @@ -1,4 +1,4 @@ -library flutter_registration_example; +library flutter_registration; export 'src/model/auth_exception.dart'; export 'src/registration_screen.dart';