Thanks for this very good video! but FloatingSearchBar.of(context) doesn't give me the possibility to get the height ? and when I print it ,it's null ! can you help please ?
In case you still haven't gotten an answer, this worked for me: final fsb = FloatingSearchBar.of(context)!.style; return ListView( padding: EdgeInsets.only( top: fsb.height + fsb.margins.vertical, ),
Thank you very much for creating this video, I want to ask a question. I want to add 1 icon before the line "Search and find out...". I've tried to find some way but it didn't work. Can you tell me a way to add that icon? Tks
Hi! I keep getting this error message: 'package:material_floating_search_bar/src/floating_search_bar.dart': Failed assertion: line 393 pos 16: 'builder != null': is not true. My FloatingSearchBar is wrapped elsewhere in my app, tried changing it to what you have, but no difference. Do you know what might be wrong?
Great Job ! I had some issues with the updated flutter (2.2.0), some of the code doesnt work and then i had to figure it out how to 'translate' it. Besides that, cheers!
i'm always wondering now flutter has null-safety so your conditions can't be null and the variables we need to add the 'late' to not initiate them so my questions we remove the if statement or what? by the way awsome tutorial i enjoyed that 😍
I am getting an error while importing this package- 'package:material_floating_search_bar/src/floating_search_bar.dart' - can someone please help me in resolving this
Sometimes it's not easy to implement something with Search delegate, for example, I tried to make some animations with colours, and I couldn't do it, so I decided to make my own Search bar
Hello Please make a video on search in flutter app on different firestore collection For eg there are three categories of vehical light , heavy , medium and have different collection in firebase And how to search throughout the app (search any category in home page )
Dude, logicwise this is the best Flutter channel, period. If only the apps you show had amazing design too, it would make it so much more interesting to watch. You can also try the reverse deleting technique to show the code after writing it in chunks like Fireship does instead of typing them out
Thanks. I'm going to do design focused tutorials soon, however, I find that mixing logic and nice UI in a reasonably short tutorial just doesn't play well.
Missed your tutorials
Me too! 😅
Thank you brother. Really useful.
Thanks for this very good video!
but FloatingSearchBar.of(context) doesn't give me the possibility to get the height ?
and when I print it ,it's null !
can you help please ?
In case you still haven't gotten an answer, this worked for me:
final fsb = FloatingSearchBar.of(context)!.style;
return ListView(
padding: EdgeInsets.only(
top: fsb.height + fsb.margins.vertical,
),
Fantastic tutorial, thanks for demonstrating this. Now to figure out how to transpose this to using bloc :)
Thank you very much for creating this video, I want to ask a question. I want to add 1 icon before the line "Search and find out...". I've tried to find some way but it didn't work. Can you tell me a way to add that icon? Tks
I always happy when I see your new video. you do great work always
Hi Reso can I get the user to type a word and then connect to sqlite to return all elements containing the letters the user entered, Pierre
Hi Matt, nice tutorial. Do you mind sharing your vs code editor theme. [ != sign, which font you have used] :-)
Can I put this search bar to SliverAppBar in NestedScrollView?
what does term stands for? It isn initialised
Hi!
I keep getting this error message:
'package:material_floating_search_bar/src/floating_search_bar.dart': Failed assertion: line 393 pos 16: 'builder != null': is not true.
My FloatingSearchBar is wrapped elsewhere in my app, tried changing it to what you have, but no difference.
Do you know what might be wrong?
Great Job !
I had some issues with the updated flutter (2.2.0), some of the code doesnt work and then i had to figure it out how to 'translate' it. Besides that, cheers!
great vid. Thanks a lot!
by the way, if you're having problems with null safety, just add material_floating_search_bar: ^0.3.7 to pubspec.yaml instead
Is there any chance for you to post here which extensions (name and author) you use?
What is the name of your vsCode Theme?
Hi Reso I went through your written tutorial also but could not find the github link, can you direct me, thanks
Really useful video it is unique video on UA-cam to better way understanding thank you Reso Coder👍
Happy to hear that!
i'm always wondering now flutter has null-safety so your conditions can't be null and the variables we need to add the 'late' to not initiate them so my questions we remove the if statement or what?
by the way awsome tutorial i enjoyed that 😍
What does it mean when a null value being pass in as a argument?
Hey matt, don't you think SearchDelegate with showSearch() is more powerful?
It's much less customizable but otherwise I think you can do the same things with either approach.
Am learning some advanced stuff here :). Great work sir
I am getting an error while importing this package-
'package:material_floating_search_bar/src/floating_search_bar.dart' - can someone please help me in resolving this
Thanks for sharing.
Thank you!
Thank you for the tutorial. Btw, may i know, will you publish more android native tutorial in the future?
Thanks a lot Reso coder🤗❤🤞
This is great, thank you.
Excellent! Thanks for explaining this.
its great, thankyou bro
does anybody know where the github project went? it's showing 404 and pub.dev says unverified uploader.
Why not material search delegate?
Sometimes it's not easy to implement something with Search delegate, for example, I tried to make some animations with colours, and I couldn't do it, so I decided to make my own Search bar
It's limited when it comes to customization.
Thank you very much...🙌🏼
Hello
Please make a video on search in flutter app on different firestore collection
For eg there are three categories of vehical light , heavy , medium and have different collection in firebase
And how to search throughout the app (search any category in home page )
amazing
please new videos about GetX and COnnectivity package
Can you please show this to the Stadia team? 😅
LOL!
Great stuff. Excellent presentation. Priceless know-how. I'm almost getting used to your pronunciation of T's and P's :-),
when I watch your tutorial I level up by double XP
Dude, logicwise this is the best Flutter channel, period. If only the apps you show had amazing design too, it would make it so much more interesting to watch.
You can also try the reverse deleting technique to show the code after writing it in chunks like Fireship does instead of typing them out
Thanks. I'm going to do design focused tutorials soon, however, I find that mixing logic and nice UI in a reasonably short tutorial just doesn't play well.
Third
Not a good teaching, hard to understand tho