All Projects β†’ mejdi14 β†’ flutter_multi_search

mejdi14 / flutter_multi_search

Licence: MIT license
https://pub.dev/packages/multi_search_flutter

Programming Languages

dart
5743 projects
HTML
75241 projects
swift
15916 projects

Projects that are alternatives of or similar to flutter multi search

university
Open Source app to view Free resources available online.
Stars: ✭ 23 (+35.29%)
Mutual labels:  flutter-apps
flutter coffee
πŸ“±δ»Ώluckin coffeeηš„flutter app
Stars: ✭ 38 (+123.53%)
Mutual labels:  flutter-apps
mooltik
πŸ§‘β€πŸŽ¨ Mobile animation studio (Flutter)
Stars: ✭ 162 (+852.94%)
Mutual labels:  flutter-apps
Manji
Manji is a mobile application built to help people learning Japanese learn about Kanji.
Stars: ✭ 142 (+735.29%)
Mutual labels:  flutter-apps
LoginAndRegistrationWithSocialMedia
Created a Project to design login screen, registration screen, login with google ,slider navigation drawer,dashboard screen login with Facebook using Flutter
Stars: ✭ 82 (+382.35%)
Mutual labels:  flutter-apps
linux-android-backup
Back up your device without vendor lock-ins, using insecure software or root. Supports encryption and compression out of the box. Works cross-platform.
Stars: ✭ 119 (+600%)
Mutual labels:  flutter-apps
flutter-samples
A collection of sample apps that use Stream
Stars: ✭ 238 (+1300%)
Mutual labels:  flutter-apps
flutter todos
A cross platform todo list app using flutter, sqlite etc. If you read the code, you will understand how to create simple elegant mobile app using Flutter and Dart language.
Stars: ✭ 60 (+252.94%)
Mutual labels:  flutter-apps
liquid button
Liquify your buttons, web demo at website
Stars: ✭ 18 (+5.88%)
Mutual labels:  flutter-apps
ultimate-guide-to-flutter
A comprehensive guide on learning how to code cross platform mobile applications with the Flutter framework, from the ground up.
Stars: ✭ 220 (+1194.12%)
Mutual labels:  flutter-apps
RelaxingRain
App for relax, focus yourself with the sound of rain, thunder and wind
Stars: ✭ 16 (-5.88%)
Mutual labels:  flutter-apps
flutter whatsapp stickers internet
whatsapp sticker template for internet base stickers
Stars: ✭ 28 (+64.71%)
Mutual labels:  flutter-apps
calmly
Calmly is made with flutter to practice meditation to bring headspace and calmness. πŸ˜πŸ’†πŸΌβ€β™‚οΈ
Stars: ✭ 34 (+100%)
Mutual labels:  flutter-apps
Motion-Tab-Bar
A beautiful animated flutter widget package library. The tab bar will attempt to use your current theme out of the box, however you may want to theme it.
Stars: ✭ 237 (+1294.12%)
Mutual labels:  flutter-apps
Ubuntu-Launcher
An Android Launcher (having Ubuntu-Gnome flavour) build with Flutter
Stars: ✭ 241 (+1317.65%)
Mutual labels:  flutter-apps
NJU-Class-Shedule-Flutter
🍻 南ε“ͺ课葨APP Written in Flutter
Stars: ✭ 45 (+164.71%)
Mutual labels:  flutter-apps
flutter and cloudinary
How to build Photo Diary App using Flutter and Cloudinary
Stars: ✭ 17 (+0%)
Mutual labels:  flutter-apps
sport-news
flutter design for sport news android & ios mobile application.
Stars: ✭ 53 (+211.76%)
Mutual labels:  flutter-apps
DevQuiz
Dev.Quiz πŸ‘¨β€πŸ’» | Rocketseat πŸ’œ - NLW 05 πŸ‘©β€πŸš€
Stars: ✭ 25 (+47.06%)
Mutual labels:  flutter-apps
HistoryOfMe
Your own personal diary.
Stars: ✭ 50 (+194.12%)
Mutual labels:  flutter-apps

Welcome to flutter mutli search πŸ‘‹

License: MIT gitmoji-changelog

🎨Credits

✨ Demo

Basic usage

MultiSearchView(
              onSelectItem: (value) {
                /// when you swith from an item to another
              },
              onSearchComplete: (value) {
                /// when you hit the keyboard search button
              },
              onDeleteAlternative: (value) {
                /// when you delete and item and it switchs to another item if exist
              },
              onItemDeleted: (value) {
                /// when you delete an item
              },
              onSearchCleared: () {
                /// when all search items are cleared
              },
            )

Options

choosing the indicator shape (default is line shape):

searchIndicatorShape: SearchIndicatorShape.dot
/// or
searchIndicatorShape: SearchIndicatorShape.line

indicator color:

indicatorColor: Colors.purple

changing the width (default is screen size width):

width: 150

changing the icon color:

iconColor: Colors.blue

changing the delete item icon color:

removeItemIconColor: Colors.black

changing the delete item icon color:

removeItemIconColor: Colors.black

setting the hint text:

inputHint: 'type your text'

... please check the class code for more options

🀝 Contributing

Contributions, issues and feature requests are welcome.
Feel free to check [issues page] if you want to contribute.

Author

πŸ‘€ Mejdi Hafiane

Show your support

Please ⭐️ this repository if this project helped you!

πŸ“ License

Copyright 2021 Mejdi hafiane

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].