Skip to content

Commit

Permalink
Added contributors to readme file.
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelogil committed Aug 19, 2023
1 parent 63b9f2a commit c45d37a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ElTooltip - a smart positioned tooltip
## Why el_tooltip?

- 📦 Add widget elements to your tooltip
- ↔️ Chose the prefered position for the tooltip to appear relative to the button
- ↔️ Chose the preferred position for the tooltip to appear relative to the button
- ↩️ The position changes automagically if the desired one doesn't fit the screen
- ✅ No external dependencies
- ❤️ Customizable layout
Expand Down Expand Up @@ -77,4 +77,18 @@ void main() {
<p align="left"><img src="https://raw.githubusercontent.com/marcelogil/el_tooltip/main/develop/images/placement.png" width="700"/></p>


El tooltip header image was created using <a href="https://www.freepik.com/free-vector/mexican-element-set_5970756.htm#query=mexican&position=4&from_view=search&track=sph">macrovector</a> illustration on Freepik
El tooltip header image was created using <a href="https://www.freepik.com/free-vector/mexican-element-set_5970756.htm#query=mexican&position=4&from_view=search&track=sph">macrovector</a> illustration on Freepik

## Contributors ✨

Thanks goes to these wonderful people:

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<table>
<tr>
<td align="center"><a href="https://marcelogil.com"><div style="border-radius:50%; width:100px; height:100px; overflow: hidden;"><img src="https://avatars.githubusercontent.com/u/3277922?v=4" width="100px;" alt=""/></div><br /><sub><b>Marcelo Gil</b></sub></a><br /><a href="https://github.com/marcelogil/el_tooltip/commits?author=marcelogil" title="Code">💻</a></td>
<td align="center"><a href="https://phcs971.github.io"><div style="border-radius:50%; width:100px; height:100px; overflow: hidden;"><img src="https://avatars.githubusercontent.com/u/48731731?v=4" width="100px;" alt=""/></div><br /><sub><b>Matteo Pietro Dazzi</b></sub></a><br /><a href="https://github.com/marcelogil/el_tooltip/commits?author=phcs971" title="Code">💻</a></td>
</tr>
</table>
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 2.0.0
repository: https://github.com/marcelogil/el_tooltip

environment:
sdk: ">=2.18.0 <3.0.0"
sdk: ">=2.18.0 <4.0.0"
flutter: ">=1.17.0"

dependencies:
Expand Down

0 comments on commit c45d37a

Please sign in to comment.