flutter_statusbar 0.0.1 copy "flutter_statusbar: ^0.0.1" to clipboard
flutter_statusbar: ^0.0.1 copied to clipboard

A flutter plugin to fetch statusbar info like height.

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;

0
likes
30
pub points
44%
popularity

Publisher

unverified uploader

A flutter plugin to fetch statusbar info like height.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_statusbar