Provider rename

This commit is contained in:
2024-05-12 13:43:30 +03:00
parent 6c4c2c4acd
commit 78e468cc29
3 changed files with 6 additions and 6 deletions

View File

@@ -7,7 +7,7 @@ import 'package:provider/provider.dart';
class MyAppStateMobile extends State<MyApp> {
@override
Widget build(BuildContext context) {
return Consumer<ModuleMethods>(
return Consumer<GymLinkProvider>(
builder: (context, provider, __) => MaterialApp(
title: 'GymLink Module',
theme: provider.theme,