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

A more customizable replacement for the SafeArea widget. It lets you set the color of your SafeArea without affecting the color of its child.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add colorful_safe_area

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

dependencies:
  colorful_safe_area: ^1.0.0

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

Publisher

unverified uploader

A more customizable replacement for the SafeArea widget. It lets you set the color of your SafeArea without affecting the color of its child.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on colorful_safe_area