flutter_theme_manager 0.0.2+1
flutter_theme_manager: ^0.0.2+1 copied to clipboard
We Provide light and dark theme in very simple way.
Control your light and dark theme in very simple way.
Features #
Package handle Day & Night(light & Dark) theme.
Getting started #
List prerequisites and provide or point to information on how to start using the package.
Usage #
const like = ' color: AppTheme.theme(context: context,darkTheme: Colors.white,lightTheme: Colors.black)';
Additional information #
TODO: Through use this package you can pass your theme in very simple way by passing the light and dark color on same time.