Skip to content

Commit

Permalink
docs: Added superkey to example widget (#326)
Browse files Browse the repository at this point in the history
  • Loading branch information
KarthiDreamr authored Apr 12, 2024
1 parent 0673e29 commit dd5507e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/firebase_ui_auth/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ import 'package:firebase_auth/firebase_auth.dart' hide EmailAuthProvider;
import 'package:firebase_ui_auth/firebase_ui_auth.dart';
class MyApp extends StatelessWidget {
const MyApp({super.key});
@override
Widget build(BuildContext context) {
final providers = [EmailAuthProvider()];
Expand Down

0 comments on commit dd5507e

Please sign in to comment.