Skip to content

Commit

Permalink
add initial event
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasMirbt committed Jul 21, 2024
1 parent 59c7317 commit d6cec1e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/flutter_login/lib/app.dart
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ class _AppState extends State<App> {
create: (_) => AuthenticationBloc(
authenticationRepository: _authenticationRepository,
userRepository: _userRepository,
),
)..add(
AuthenticationSubscriptionRequested(),
),
child: const AppView(),
),
);
Expand Down

0 comments on commit d6cec1e

Please sign in to comment.