WIP
This commit is contained in:
parent
a1698872e1
commit
38b452ed83
|
@ -32,7 +32,6 @@ class _HomePageWidgetState extends State<HomePageWidget> {
|
|||
BlocProvider(
|
||||
create: (context) => LocalProfileBloc()..add(LocalProfileEvent()),
|
||||
),
|
||||
|
||||
],
|
||||
child: Scaffold(
|
||||
key: scaffoldKey,
|
||||
|
|
|
@ -30,8 +30,7 @@ class _LocalProfileComponentWidgetState extends State<LocalProfileComponentWidge
|
|||
Widget build(BuildContext context) {
|
||||
|
||||
|
||||
return
|
||||
StreamBuilder<LicenseStatus>(
|
||||
return StreamBuilder<LicenseStatus>(
|
||||
stream: LicenseRepositoryImpl.stream,
|
||||
builder: (context, snapshot) {
|
||||
final textScaler = MediaQuery.textScalerOf(context);
|
||||
|
|
Loading…
Reference in New Issue