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

outdated

This package is like a message that appears in the screen while the letter are popping up animated on the chat baloon.

automatic_animated_chat #

A new Flutter package project.

Getting Started #

This project is a starting point for a Dart package, a library module containing code that can be shared easily across multiple Flutter or Dart projects.

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

  ChatAnimatedMessage(
            message: "Hello, i'm an animated message poping up in a baloon!",
            baloonColor: Colors.purple,
            timeToStart: 1000,
            roundedBorder: BorderRadius.only(
              // topLeft: Radius.circular(23),
              bottomLeft: Radius.circular(23),
              topRight: Radius.circular(23),
              bottomRight: Radius.circular(23),
            ),
          )

6
likes
0
pub points
0%
popularity

Publisher

unverified uploader

This package is like a message that appears in the screen while the letter are popping up animated on the chat baloon.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on automatic_animated_chat