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

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.

alt text alt text alt text

  ChatAnimatedMessage(
            //The message that you will send to baloon
            message: "Hello, i'm an animated message poping up in a baloon!",
            //The color of that baloon
            baloonColor: Colors.purple,
            //Time until starts the animation of writing
            timeToStart: 1000,
            //Tha radius of you baloon
            roundedBorder: BorderRadius.only(
              // topLeft: Radius.circular(23),
              bottomLeft: Radius.circular(23),
              topRight: Radius.circular(23),
              bottomRight: Radius.circular(23),
            ),
          )

6
likes
30
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

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on automatic_animated_chat