An open API service indexing awesome lists of open source software.

https://github.com/secret344/flutter-tooltip

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.
https://github.com/secret344/flutter-tooltip

android dart flutter flutter-apps flutter-tooltip ios tooltip tooltips

Last synced: 3 months ago
JSON representation

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.

Awesome Lists containing this project

README

          

# 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

- [x] Animation Configuration
- [ ] Optimize configuration items
- [ ] Add Test

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

```dart
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,
),
```

- [example1](./example/example-1/)

- [example2](./example/example-2/)


- [example3](./example/example-3/)

## Getting Started

This project is a starting point for a Dart
[package](https://flutter.dev/developing-packages/),
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](https://flutter.dev/docs), which offers tutorials,
samples, guidance on mobile development, and a full API reference.