icon_bottomsheet 0.0.3 copy "icon_bottomsheet: ^0.0.3" to clipboard
icon_bottomsheet: ^0.0.3 copied to clipboard

A customized bottomsheet with dynamic icon(widget) on top. It gives a transparent background to the iconWidget which is displayed above the bottomsheet. The iconWidget is a dynamic widget and can be c [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add icon_bottomsheet

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

dependencies:
  icon_bottomsheet: ^0.0.3

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:icon_bottomsheet/icon_bottomsheet.dart';
12
likes
140
points
14
downloads

Publisher

unverified uploader

Weekly Downloads

A customized bottomsheet with dynamic icon(widget) on top. It gives a transparent background to the iconWidget which is displayed above the bottomsheet. The iconWidget is a dynamic widget and can be customized by the user. It can also be positioned as left, center or right. The background colors of the iconWidget as well as the child can be customized. The idea behind the icon_bottomsheet is to give user a bottomsheet with a customizable widget with a transparent border above it.

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on icon_bottomsheet