dash_bubble library
Dash Bubble is a flutter plugin that allows you to create a floating bubble on the screen.
The plugin is currently only supports Android Platform and is built on top of Floating-Bubble-View library.
To use this plugin, add dash_bubble
as a dependency in your pubspec.yaml file and import it in your dart code.
import 'package:dash_bubble/dash_bubble.dart';
For more information on how to use this plugin, please refer to the API Reference or the Example Project
Classes
- BubbleOptions
- BubbleOptions is a class that contains all the customizable options for the bubble passed to the DashBubble.startBubble method.
- DashBubble
- The main class of the plugin.