flutter_system_bars 0.0.5 copy "flutter_system_bars: ^0.0.5" to clipboard
flutter_system_bars: ^0.0.5 copied to clipboard

Flutter plugin that helps you create immersive experience for your app by defining margins based on system bars dimensions.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_system_bars

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

dependencies:
  flutter_system_bars: ^0.0.5

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:flutter_system_bars/flutter_system_bars.dart';
2
likes
30
pub points
0%
popularity

Publisher

unverified uploader

Flutter plugin that helps you create immersive experience for your app by defining margins based on system bars dimensions.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_system_bars