Commit 992bfd94 authored by Kaushan H.K.R's avatar Kaushan H.K.R

added theme provider

parent 76787b8c
import 'package:provider/provider.dart';
import 'package:provider/single_child_widget.dart';
import '../theme/theme_manager.dart';
List<SingleChildWidget> providers = [
ChangeNotifierProvider<ThemeManager>(
create: (_) => ThemeManager(),
),
];
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment