x_theme_provider 0.0.1
x_theme_provider: ^0.0.1 copied to clipboard
Flutter App Theme Provider Package.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add x_theme_provider
With Flutter:
$ flutter pub add x_theme_provider
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
x_theme_provider: ^0.0.1
Alternatively, your editor might support dart pub get
or flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:x_theme_provider/app_theme.dart';
import 'package:x_theme_provider/default_cupertino_theme.dart';
import 'package:x_theme_provider/default_material_theme.dart';
import 'package:x_theme_provider/inherited_theme_provider.dart';
import 'package:x_theme_provider/theme_provider.dart';
import 'package:x_theme_provider/theme_service.dart';