metooltip 0.0.7 copy "metooltip: ^0.0.7" to clipboard
metooltip: ^0.0.7 copied to clipboard

Reference flutter native Tooltip to implement a configurable Tooltip, as a project to learn flutter by myself. I will complete some business logic step by step, Ensure the stability of api.

metooltip #

Reference flutter native Tooltip to implement a configurable Tooltip, as a project to learn flutter by myself. I will complete some business logic step by step, Ensure the stability of api.

According to the case, you can customize the appearance of the tip box. Custom animations will be supported in the future.

Future #

  • Animation Configuration
  • Optimize configuration items
  • Add Test

Example(please be sure to review all examples when using) #

MeTooltip(
    message:
        "This is a bottom tooltip,This is a bottom tooltip,This is a bottom tooltip,This is a bottom tooltip",
    child: Text("bottom tooltip"),
    preferOri: PreferOrientation.bottom,
),

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.

11
likes
110
pub points
84%
popularity

Publisher

unverified uploader

Reference flutter native Tooltip to implement a configurable Tooltip, as a project to learn flutter by myself. I will complete some business logic step by step, Ensure the stability of api.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on metooltip