statusbar_color 0.0.6 copy "statusbar_color: ^0.0.6" to clipboard
statusbar_color: ^0.0.6 copied to clipboard

A package can help you to change your flutter app's statusbar's color or navigationbar's color programmatically.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add statusbar_color

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

dependencies:
  statusbar_color: ^0.0.6

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:statusbar_color/statusbar_color.dart';
2
likes
140
points
2
downloads

Documentation

API reference

Publisher

verified publisherfreetinytool.com

Weekly Downloads

A package can help you to change your flutter app's statusbar's color or navigationbar's color programmatically.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, flutter_web_plugins, web

More

Packages that depend on statusbar_color

Packages that implement statusbar_color