flutter_adaptive_theme 0.0.3 copy "flutter_adaptive_theme: ^0.0.3" to clipboard
flutter_adaptive_theme: ^0.0.3 copied to clipboard

A Flutter package for adaptive themes with Material 3 support and custom theme builders.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_adaptive_theme

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  flutter_adaptive_theme: ^0.0.3

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:flutter_adaptive_theme/flutter_adaptive_theme.dart';
1
likes
160
points
45
downloads

Publisher

verified publisherbechattaoui.dev

Weekly Downloads

A Flutter package for adaptive themes with Material 3 support and custom theme builders.

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter, provider, shared_preferences

More

Packages that depend on flutter_adaptive_theme