night_reader 1.0.0+1 copy "night_reader: ^1.0.0+1" to clipboard
night_reader: ^1.0.0+1 copied to clipboard

Package that implement the Night Light/ Night Reader effect in Flutter. Suitable for apps that need this feature. ex: book apps, blog apps, ...

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add night_reader

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

dependencies:
  night_reader: ^1.0.0+1

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:night_reader/night_reader.dart';
7
likes
130
pub points
41%
popularity

Publisher

verified publishersilentcat.dev

Package that implement the Night Light/ Night Reader effect in Flutter. Suitable for apps that need this feature. ex: book apps, blog apps, ...

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on night_reader