voo_adaptive_overlay 0.0.2 copy "voo_adaptive_overlay: ^0.0.2" to clipboard
voo_adaptive_overlay: ^0.0.2 copied to clipboard

Adaptive overlay system for Flutter that automatically shows modals, bottom sheets, or side sheets based on screen size. Supports Material, Cupertino, Glass, and custom styles.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add voo_adaptive_overlay

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

dependencies:
  voo_adaptive_overlay: ^0.0.2

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:voo_adaptive_overlay/voo_adaptive_overlay.dart';
1
likes
150
points
412
downloads

Publisher

verified publishervoostack.com

Weekly Downloads

Adaptive overlay system for Flutter that automatically shows modals, bottom sheets, or side sheets based on screen size. Supports Material, Cupertino, Glass, and custom styles.

Homepage
Repository (GitHub)
View/report issues

Topics

#ui #modal #widget #responsive #overlay

Documentation

API reference

License

MIT (license)

Dependencies

equatable, flutter, voo_responsive, voo_tokens

More

Packages that depend on voo_adaptive_overlay