codifyiq_brightness_button 1.0.0 copy "codifyiq_brightness_button: ^1.0.0" to clipboard
codifyiq_brightness_button: ^1.0.0 copied to clipboard

A Light, Dark, and System theme toggle button for Flutter, built on the AdaptiveTheme package.

example/README.md

codifyiq_brightness_button example #

The app must be wrapped in AdaptiveTheme for the toggle to take effect.

import 'package:codifyiq_brightness_button/codifyiq_brightness_button.dart';
import 'package:flutter/material.dart';

AppBar buildAppBar() {
  return AppBar(
    title: const Text('Settings'),
    actions: const [BrightnessButton()],
  );
}

A runnable catalog demonstrating every CodifyIQ component lives in the example/ app at the repository root.

0
likes
160
points
36
downloads

Documentation

API reference

Publisher

verified publishercodifyiq.com

Weekly Downloads

A Light, Dark, and System theme toggle button for Flutter, built on the AdaptiveTheme package.

Repository (GitHub)
View/report issues

Topics

#codifyiq #ui #widget #theme

License

MIT (license)

Dependencies

adaptive_theme, flutter

More

Packages that depend on codifyiq_brightness_button