guide_bubble 0.0.1 copy "guide_bubble: ^0.0.1" to clipboard
guide_bubble: ^0.0.1 copied to clipboard

retracted

Leveraging subtle bubble prompts upon the user's initial installation, it introduces a delightful new feature effortlessly. Through a design that is both simple and efficient, we offer users a warm fi [...]

description: Leveraging subtle bubble prompts upon the user's initial installation, it introduces a delightful new feature effortlessly. Through a design that is both simple and efficient, we offer users a warm first impression, quietly guiding them to explore the exciting world within the application

Features #

List what your package can do. Maybe include images, gifs, or videos.

Getting started #

List prerequisites and provide or point to information on how to start using the package.

Usage #

GuideBubbleWidget(
    key: bubbleKey,
    textPadding: const EdgeInsets.only(top: 8, left: 12, right: 12, bottom: 8),
    bubbleMargin: 5,
    text: const Text(
        'This is an overlay, This is an overlay, This is an overlay,This is an overlay,This is an overlay,This is an overlay,',
        style: TextStyle(color: Colors.white),
    ),
    bgColor: const Color(0xFF7F5EFF),
    borderRadius: BorderRadius.circular(12),
    downImg: Image.asset(
        'assets/images/lm_arrow_down.png',
        fit: BoxFit.fill,
    ),
    upImg: Transform(
        alignment: Alignment.center,
        transform: Matrix4.rotationX(180 * 3.1415927 / 180), // 180度,也可以使用pi
        child: Image.asset('assets/images/lm_arrow_down.png', fit: BoxFit.fill)),
        location: BubbleLocation.auto,
    onTap: () {
        GuideBubbleWidgetState status = bubbleKey.currentState! as GuideBubbleWidgetState;
        status.removeView();
    },
),

Additional information #

Tell users more about the package: where to find more information, how to contribute to the package, how to file issues, what response they can expect from the package authors, and more.

4
likes
0
points
17
downloads

Publisher

unverified uploader

Weekly Downloads

Leveraging subtle bubble prompts upon the user's initial installation, it introduces a delightful new feature effortlessly. Through a design that is both simple and efficient, we offer users a warm first impression, quietly guiding them to explore the exciting world within the application

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on guide_bubble