to show search matching list in on search

69 views
Skip to first unread message

Raman Plaha

unread,
Feb 1, 2021, 6:04:58 AM2/1/21
to Flutter Development (flutter-dev)
hello everyone!
I want to show search ahead list on search with api  on same screen, i have googled but unable to find a working solution,
please help!
Screenshot_1612263571.png

Suzuki Tomohiro

unread,
Feb 1, 2021, 8:42:39 AM2/1/21
to Raman Plaha, Flutter Development (flutter-dev)
Can you share what you tried and the result?
(I’m asking this because I don’t want to hear “I already tried that but didn’t work”)

--
You received this message because you are subscribed to the Google Groups "Flutter Development (flutter-dev)" group.
To unsubscribe from this group and stop receiving emails from it, send an email to flutter-dev...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/flutter-dev/ed471aa6-1a63-4535-b128-960c6b778449n%40googlegroups.com.

Anshul Bartwal

unread,
Feb 2, 2021, 2:06:05 PM2/2/21
to Flutter Development (flutter-dev)

Use navigator.push method?

Raman Plaha

unread,
Feb 2, 2021, 11:22:10 PM2/2/21
to Flutter Development (flutter-dev)
hi i tried autocomplete_textfield package , dropdown_search and material_floating_search_bar also but could not get any help
always stuck in between

Suzuki Tomohiro

unread,
Feb 2, 2021, 11:53:53 PM2/2/21
to Raman Plaha, Flutter Development (flutter-dev)
Good. For each plugin you tried, can you provide the followings?
1. your code
2. the screenshot
3. explanation on why it’s not what you want

--
You received this message because you are subscribed to the Google Groups "Flutter Development (flutter-dev)" group.
To unsubscribe from this group and stop receiving emails from it, send an email to flutter-dev...@googlegroups.com.

Raman Plaha

unread,
Feb 3, 2021, 12:05:14 AM2/3/21
to Flutter Development (flutter-dev)

in floating search bar i tried the example they refered in package 
but getting Target of URI doesn't exist:'package:material_floating_search_bar/material_floating_search_bar.dart'

my pubspec.yml has following packages

dependencies:
flutter:
sdk: flutter
http: ^0.12.2
implicitly_animated_reorderable_list: ^0.2.5
material_design_icons_flutter: ^4.0.5345
material_floating_search_bar: ^0.2.4
provider: ^4.3.1
sliding_sheet: ^0.3.7

# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.0

dev_dependencies:
flutter_test:
sdk: flutter
search_error.PNG

Suzuki Tomohiro

unread,
Feb 3, 2021, 12:15:09 AM2/3/21
to Raman Plaha, Flutter Development (flutter-dev)
In the left panel of your IDE, look at the content of the files in material_floating_search_bar version 0.2.4. Do you see the material_floating_search_bar.dart there?


Raman Plaha

unread,
Feb 3, 2021, 12:16:44 AM2/3/21
to Flutter Development (flutter-dev)
no there is not

Suzuki Tomohiro

unread,
Feb 3, 2021, 8:22:06 AM2/3/21
to Flutter Development (flutter-dev)
Then it’s the version mismatch. You need to learn how to use the plugin.

Would you try to run the example project of material_floating_search_bar plugin?

Raman Plaha

unread,
Feb 3, 2021, 11:22:18 PM2/3/21
to Flutter Development (flutter-dev)
i tried the same example, then i get this error

Suzuki Tomohiro

unread,
Feb 4, 2021, 1:07:20 AM2/4/21
to Flutter Development (flutter-dev)
Would you explain how the plugin is missing the files? Use links to the files and directories in GitHub.

Reply all
Reply to author
Forward
0 new messages