Skip to content

A flutter plugin to fetch statusbar info like height.

License

Notifications You must be signed in to change notification settings

ajzuse/flutter_statusbar

 
 

Repository files navigation

flutter_statusbar

A flutter plugin to fetch statusbar info like height.

Getting Started

Add

flutter_statusbar : ^0.0.1

to your pubspec.yaml ,and run

flutter packages get 

How to use

import 'package:flutter_statusbar/flutter_statusbar.dart';

double _height = await FlutterStatusbar.height;

About

A flutter plugin to fetch statusbar info like height.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 30.9%
  • Dart 27.1%
  • Java 19.2%
  • Objective-C 17.4%
  • Shell 5.4%