mirror of
https://github.com/Iconica-Development/flutter_login_widget.git
synced 2025-05-19 13:43:44 +02:00
5 lines
112 B
Dart
5 lines
112 B
Dart
|
library flutter_login;
|
||
|
|
||
|
export 'src/config/login_options.dart';
|
||
|
export 'src/widgets/email_password_login.dart';
|