mirror of
https://github.com/foss42/apidash.git
synced 2025-06-29 04:16:12 +08:00
Update README.md
This commit is contained in:
@ -4,10 +4,8 @@
|
|||||||
|
|
||||||
A flutter widget to add trigger based autocomplete functionality to your app.
|
A flutter widget to add trigger based autocomplete functionality to your app.
|
||||||
|
|
||||||
**Show some ❤️ and star the repo to support the project**
|
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<img src="https://github.com/DenserMeerkat/multi_trigger_autocomplete_plus/blob/master/asset/package_demo.gif?raw=true" alt="An animated image of the MultiTriggerAutocomplete" height="400"/>
|
<img src="https://github.com/foss42/apidash/tree/main/packages/multi_trigger_autocomplete_plus/asset/package_demo.gif?raw=true" alt="An animated image of the MultiTriggerAutocomplete" height="400"/>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
## Improvements
|
## Improvements
|
||||||
@ -34,8 +32,6 @@ with [Portal](https://pub.dev/documentation/flutter_portal/latest/flutter_portal
|
|||||||
uses [flutter_portal](https://pub.dev/packages/flutter_portal)
|
uses [flutter_portal](https://pub.dev/packages/flutter_portal)
|
||||||
to show the options view.
|
to show the options view.
|
||||||
|
|
||||||
(Credits to: [Remi Rousselet](https://github.com/rrousselGit))
|
|
||||||
|
|
||||||
> `Portal`, is the equivalent of [Overlay].
|
> `Portal`, is the equivalent of [Overlay].
|
||||||
>
|
>
|
||||||
> This widget will need to be inserted above the widget that needs to render
|
> This widget will need to be inserted above the widget that needs to render
|
||||||
@ -128,9 +124,9 @@ MultiTriggerAutocomplete(
|
|||||||
|
|
||||||
## Demo
|
## Demo
|
||||||
|
|
||||||
| Mention Autocomplete | Hashtag Autocomplete | Emoji Autocomplete |
|
| Mention Autocomplete | Hashtag Autocomplete | Emoji Autocomplete |
|
||||||
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
| --- | --- | --- |
|
||||||
| <img src="https://github.com/DenserMeerkat/multi_trigger_autocomplete_plus/blob/master/asset/mention_demo.gif?raw=true" height="400" alt="Mention Autocomplete"/> | <img src="https://github.com/DenserMeerkat/multi_trigger_autocomplete_plus/blob/master/asset/hashtag_demo.gif?raw=true" height="400" alt="Hashtag Autocomplete"/> | <img src="https://github.com/DenserMeerkat/multi_trigger_autocomplete_plus/blob/master/asset/emoji_demo.gif?raw=true" height="400" alt="Emoji Autocomplete"/> |
|
|  |  |  |
|
||||||
|
|
||||||
## Customization
|
## Customization
|
||||||
|
|
||||||
@ -276,4 +272,6 @@ AutocompleteNoTrigger(
|
|||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
[MIT License](LICENSE)
|
This Repo - Apache-2.0
|
||||||
|
Original Code - MIT License
|
||||||
|
Check full [license](LICENSE).
|
||||||
|
Reference in New Issue
Block a user