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.
- Host: GitHub
- URL: https://github.com/secret344/flutter-tooltip
- Owner: secret344
- License: mit
- Created: 2021-07-27T15:38:21.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-03T14:12:19.000Z (over 4 years ago)
- Last Synced: 2025-10-23T01:49:16.636Z (3 months ago)
- Topics: android, dart, flutter, flutter-apps, flutter-tooltip, ios, tooltip, tooltips
- Language: Dart
- Homepage:
- Size: 1.56 MB
- Stars: 3
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.