bottom_inset_observer 3.1.0 copy "bottom_inset_observer: ^3.1.0" to clipboard
bottom_inset_observer: ^3.1.0 copied to clipboard

A Flutter plugin that helps to listen bottom insets changes (delta since last change, current inset)

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add bottom_inset_observer

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

dependencies:
  bottom_inset_observer: ^3.1.0

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:bottom_inset_observer/bottom_inset_observer.dart';
16
likes
130
pub points
86%
popularity

Publisher

verified publishersurf.ru

A Flutter plugin that helps to listen bottom insets changes (delta since last change, current inset)

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

flutter

More

Packages that depend on bottom_inset_observer