post_tip 0.0.3 copy "post_tip: ^0.0.3" to clipboard
post_tip: ^0.0.3 copied to clipboard

A PostTip widget helps you easily build ToolTip widget around a target widget using CompositedTransformTarget and CompositedTransformFollower

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add post_tip

With Flutter:

 $ flutter pub add post_tip

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  post_tip: ^0.0.3

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:post_tip/post_tip.dart';
4
likes
0
points
38
downloads

Publisher

unverified uploader

Weekly Downloads

A PostTip widget helps you easily build ToolTip widget around a target widget using CompositedTransformTarget and CompositedTransformFollower

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on post_tip