Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.

flutter-package/flutter_statusbar_util

Repository files navigation

statusbar_util

A flutter plugin to set statusbar transparent.support android 4.4+ && ios.

Getting Started

dependencies:
    statusbar_util: ^newest

Usage

import 'package:statusbar_util/statusbar_util.dart';

void main() {
  // setTranslucent
  StatusbarUtil.setTranslucent();
  
  // setStatusBarFontStyle
  StatusbarUtil.setStatusBarFont(FontStyle.black); // black text
  StatusbarUtil.setStatusBarFont(FontStyle.white); // white text
  runApp(MyApp());
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published