Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 339 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 339 Bytes

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;