Skip to content

Night Color adjusts the color temperature of your screen according to your surroundings. This may help your eyes hurt less if you are working in front of the screen at night.

License

Notifications You must be signed in to change notification settings

lpongetti/night_color

Repository files navigation

Night Color

pub package travis

Night Color adjusts the color temperature of your screen according to your surroundings. This may help your eyes hurt less if you are working in front of the screen at night.

Usage

Add night color to your pubspec:

dependencies:
  night_color: any # or the latest version on Pub

Use it

@override
Widget build(BuildContext context) {
  return NightColor(
    enabled: enabled,
    child: Scaffold(
      appBar: AppBar(
        title: const Text('Night Color Demo Home Page'),
      ),
      body: Container(),
    ),
  );
}

Run the example

See the example/ folder for a working example app.

Supporting Me

A donation through my Ko-Fi page would be infinitly appriciated: ko-fi

but, if you can't or won't, a star on GitHub and a like on pub.dev would also go a long way!

Every donation gives me fuel to continue my open-source projects and lets me know that I'm doing a good job.

About

Night Color adjusts the color temperature of your screen according to your surroundings. This may help your eyes hurt less if you are working in front of the screen at night.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published