WIP
This commit is contained in:
parent
3244e64162
commit
83bc578720
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue