This commit is contained in:
J. A. Messias 2024-12-04 11:15:13 -03:00
parent 3244e64162
commit 83bc578720
1 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,7 @@ import 'package:hub/features/home/index.dart';
import 'package:hub/flutter_flow/flutter_flow_theme.dart';
import 'package:hub/flutter_flow/flutter_flow_util.dart';
import 'package:hub/shared/components/molecules/locals/index.dart';
import 'package:hub/shared/components/molecules/menu/index.dart';
import 'package:hub/shared/components/molecules/modules/index.dart';
@ -14,7 +15,7 @@ class CustomDrawer extends StatelessWidget {
@override
Widget build(BuildContext context) {
return StreamBuilder<LicenseStatus>(
stream: LicenseRepositoryImpl.stream,
stream: LocalsRepositoryImpl.stream,
builder: (context, snapshot) {
if (snapshot.connectionState == ConnectionState.waiting) {
return const Center(