Тёмный

Dictionary App in Flutter using StreamBuilder 

Samarth Agarwal
Подписаться 11 тыс.
Просмотров 38 тыс.
50% 1

Опубликовано:

 

25 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 117   
@thesamarthagarwal
@thesamarthagarwal 4 года назад
github.com/samarthagarwal/flictionary
@godwinngulube2930
@godwinngulube2930 4 года назад
I try it but is not working
@RNMERIA
@RNMERIA 4 года назад
Its one of the rare case where I can see such cool, calm & composed explanation by an Indian with top notch content. Thank you and keep the good work going
@dezetingz9940
@dezetingz9940 3 года назад
I said the same thing! His english is flawless!
@dpxy1599
@dpxy1599 Год назад
yes same here me neing an indian can validate this
@jonkc3635
@jonkc3635 3 года назад
Finally a good streambuilder example.
@mrvui144
@mrvui144 Год назад
Awesome vid!!! Really helpful and comprehensive! Please keep it up for Flutter community!
@sena__1996
@sena__1996 3 года назад
I have seen lots of videos to understand what exactly is StreamBuilder. but this one is the best! Thanks, Bro :)
@abasilis
@abasilis 2 года назад
Thank you very much, well explained, it's almost three year's old , and it's still very good, thank you very much, I really appreciate it, please keep posting more. 😀
@mascagny
@mascagny 3 года назад
bravo! Its rare to find a video with the right speed and explanation if the details. But this one is just perfect! Thank you very much!
@dezetingz9940
@dezetingz9940 3 года назад
Your videos are so concise and clear, great job!
@selvarajant
@selvarajant 4 года назад
Crisp and clear explanation. I have been searching for a good free dictionary API for some time - now I found the great 'owlbot' from your video. Thank you so much.
@arif17pdsuria
@arif17pdsuria 2 года назад
Impressive tutorial. Thank you sir....
@HezOmanjo
@HezOmanjo 3 года назад
Thank you for the methodical explanations on the implementation of Stream Builder. Good work.
@Sanjay54251
@Sanjay54251 4 года назад
everything is great you explanation, voice, way,
@MohammadMalan
@MohammadMalan 4 года назад
Awesome video
@tonyraulblancofernandez9632
@tonyraulblancofernandez9632 4 года назад
Thanks for this video! I Really appreciate it. The work with Streams is really cool.
@amekazhimomi3520
@amekazhimomi3520 4 года назад
That was flawless, this are the type of content i am looking for a long time. Great explaination and easy going, keep making great videos such as this. Although I would prefer you go a little bit slower during the process. Thanks
4 года назад
Great video. Thank you so much for this class!
@sothyro
@sothyro 3 года назад
Thank you kind sir. Very professional.
@yashchandraverma3131
@yashchandraverma3131 4 года назад
Just simply Great Video.
@ghostfreakali06
@ghostfreakali06 4 года назад
Exactly what i was searching for. Thanks a ton
@dhruvdani6221
@dhruvdani6221 3 года назад
Upto the point brother.
@soumitkumar442
@soumitkumar442 4 года назад
nice explanation... love from BD
@mountaindrew02
@mountaindrew02 3 года назад
thanks bro i learn so much
@spandanam7239
@spandanam7239 4 года назад
Superb.. great video
@sunnatjonkhamidulloevich3549
@sunnatjonkhamidulloevich3549 3 года назад
Bro you saved me, you are cool, great explanation, pls make a video about flutter bloc
@nicolasdupere
@nicolasdupere 4 года назад
So good. Thanks! Flutter forever
@KingBangVEVO
@KingBangVEVO 4 года назад
if you are seeing this error "'String' is not a subtype of type 'int' of 'index' ", just add this if statement after response object if(response.statusCode==200){ _streamController.add(json.decode(response.body)); } Enjoy!
@harshbhanushali7190
@harshbhanushali7190 4 года назад
I am getting error on json.decode(response.body) FormatException (FormatException: Unexpected character (at line 2, character 1)
@hokcheunghung7769
@hokcheunghung7769 4 года назад
Thanks buddy, that's help!
@elafnazmanwar8366
@elafnazmanwar8366 3 года назад
May I ask, what is this 200 number referred to?
@hokcheunghung7769
@hokcheunghung7769 4 года назад
Thanks, great video!
@Radbalahhouse
@Radbalahhouse 4 года назад
That`s awsome vieo my friend thanks.
@nicolasdupere
@nicolasdupere 4 года назад
Wonderful! Flutter forever!
@ajnasaskar14
@ajnasaskar14 4 года назад
Great one
@09_jaiswalrachanabenrajend17
@09_jaiswalrachanabenrajend17 3 года назад
Nice app , but how to add History features that user searched words?
@srideepta
@srideepta 3 года назад
I am getting an error in this line : Response response = await get(_url + _controller.text.trim(), headers: {"Authorization": "Token " + _token}); ERROR : error: The argument type 'String' can't be assigned to the parameter type 'Uri'. (argument_type_not_assignable at [dictionary_app] lib\main.dart:44) how to fix this?
@elafnazmanwar8366
@elafnazmanwar8366 3 года назад
Same
@SaulBadman
@SaulBadman 2 года назад
Uri.parse(_url + _controller.text.trim());
@PixDev_01
@PixDev_01 2 года назад
Response response = await get( Uri.parse(url), headers: { "Authorization: Token ": token, }, );
@axrorabduganiyevich6667
@axrorabduganiyevich6667 3 года назад
Hi Samarth Agarwal, Can yuo give some example videos about of offline dictionary?
@saugatpoudel3108
@saugatpoudel3108 4 года назад
hello sir , great tutorial first of all, in my api i dont have any thing like "defination"... there is just a list .... how can i fetch the data in that case ... i got tried calling: [ ]("name").. help me sir
@Roman10-6
@Roman10-6 8 месяцев назад
you are aweresome , thannk you
@OmarRiyati
@OmarRiyati 4 года назад
Really awesome..
@someshkumargupta256
@someshkumargupta256 3 года назад
the getter 'length ' called on null , this errror occur . What can i do?
@RamKumar-zf5cl
@RamKumar-zf5cl 4 года назад
Hi Samarth . Can you post some more videos using by doing architectural pattern. For example separating the files as Service, model, View type for separating using same rest API. Because as your way of explanation is very sweet but everything is in main file. if you create any videos as same in stream builder or future builder with architectural pattern will be more useful.
@feeling_learning
@feeling_learning 3 года назад
Bhai api kaha se milega jo apne use kiya h
@sharookh9743
@sharookh9743 2 года назад
good one
@MrNting
@MrNting 4 года назад
Impressive video
@raesitutorial
@raesitutorial 3 года назад
Great video How can create dictionary deutsch to English to schwedische for example please Thank you!
@immandijosephkishore5389
@immandijosephkishore5389 4 года назад
Sir you said we generally should not write code in main.dart then could you explain how to write it in another file and start that from main, usually tutorials are explaining concepts in main file only
@nikhilpatil9654
@nikhilpatil9654 4 года назад
HI Bhai ! Thank you so much for your tutorial! I have one doubt, how does this code handle if nothing came from backend API. thank you in advance. Because I am getting error type 'String' is not subtype 'int' of index
@andronasef
@andronasef 4 года назад
i can not understand the part of if statement in 20.16 can u explain it to me please
@jaiverma4095
@jaiverma4095 4 года назад
Thank u so much for this video.can you please make a video on bloc pattern.
@ashis9324
@ashis9324 4 года назад
hello sir , sir everything is working properly but when, i am trying to make it public distribution it will not show any error but it doesn't fetch any data
@shubhamnaik1982
@shubhamnaik1982 3 года назад
More videos please
@thahaseen8246
@thahaseen8246 3 года назад
can we get more example such like this?
@anantraj2434
@anantraj2434 4 года назад
type 'String' is not a subtype of type 'int' of 'index'. Getting this error. Help!
@Torlodor
@Torlodor 4 года назад
Hey great video, would it be possible to make it so the user can also search for a definition so that he gets the word?
@abdullahamini
@abdullahamini 4 года назад
Thanks for the great video
@adesanyakolade6951
@adesanyakolade6951 4 года назад
Hi great tutorial
@flutterbusiness2303
@flutterbusiness2303 4 года назад
type 'String' is not a sub-type of type 'int' of 'index' when searching random string. Have you noticed this too!
@dineshdevaki2891
@dineshdevaki2891 4 года назад
More videos, you are awesome
@rajavigneshm7271
@rajavigneshm7271 3 года назад
Guys if you got an error while using get, instead of simply writing _url, try Uri.parse(_url)
@farhannkhan
@farhannkhan 3 года назад
just what I was looking for, thanks
@hudsonadams1562
@hudsonadams1562 4 года назад
Hey can i get a video with Stream Provider with an easy application so it's easy to understand? Preferably one that utilizes JSON data / Database data sent from the database?
@typesoffun
@typesoffun 4 года назад
man, i want to say something that you are awesome. (:
@typesoffun
@typesoffun 4 года назад
hey ,i want to ask something that i want to make video streaming app just for experiment,which is the best way to make in flutter, using stream builder or something else.i only just show one video on my app from the server am using node js for api.
@AzimuthPH
@AzimuthPH 4 года назад
Superb. Kindly make a tutorial about multiple choice quiz either txt or image. If you have time. Thank you
@wearecode9199
@wearecode9199 4 года назад
very impressive, where did you grasp all this knowledge ?
@thesamarthagarwal
@thesamarthagarwal 4 года назад
I made mistakes. :)
@hoggish
@hoggish 4 года назад
@@thesamarthagarwal i like the reply you're good man keep going
@fatihsen6092
@fatihsen6092 2 года назад
harika video
@genekwon6121
@genekwon6121 3 года назад
dependencies: http: ^0.13.1 33 lines are var _url = Uri.parse("owlbot.info/api/v4/dictionary/owl"); // define var and Uri.parse var _token = "$your token here"; 66 lines added return Scaffold( // under line resizeToAvoidBottomInset: false, // added fixed overflow screen 129 lines are itemBuilder: (BuildContext context, index) { // without int
@karansaggoo2935
@karansaggoo2935 3 года назад
Sir i want to perform a search by two field in each documents in firestore in flutter on only one text field Eg field 1 is code or field 2 is name Means to say person can search either by code or name
@alilouali1570
@alilouali1570 2 года назад
Hello thank you for this video how to create dictionnary app with math equation and images
@DanMlayah
@DanMlayah 4 года назад
Wow,such a detailed one. Do you have a course even in Udemy ?
@thesamarthagarwal
@thesamarthagarwal 4 года назад
Thank you. Yes. The link is in the description.
@pratikshadubey5746
@pratikshadubey5746 3 года назад
Thanks alot
@AbdurRahman-kd1mn
@AbdurRahman-kd1mn 4 года назад
Thanks for awesome explanation. can you pls help me to rewrite the _search () if want to do the same from local json file. Or what should be modifications? thanks in advance
@noelgomile3675
@noelgomile3675 2 года назад
I know this is from 2 years ago but I'll still answer, if you wanted search to do local scans from a json file, you'd need to first read the json file into memory using the File object and I think the rest would mean just searching through the json file looking for words that contain the search query preferably with the string method contains.
@top10thingwhichyoushouldkn37
@top10thingwhichyoushouldkn37 4 года назад
Nice bro can u make video on how to access local music of mobile phone using flutter please
@BrYarDJ
@BrYarDJ 4 года назад
if we use offline database?
@AmarKrGupta-ys1gu
@AmarKrGupta-ys1gu 4 года назад
Thanks 😍🙂🙏
@komalastawala1459
@komalastawala1459 3 года назад
I'm getting an error on 12:40 that The operator '+' isn't defined in the type 'Uri'
@srideepta
@srideepta 3 года назад
me too, were you able to fix it by any chance?
@farhannkhan
@farhannkhan 3 года назад
@@srideepta try get(Uri.parse(_url + _controller.text.trim()) it should work
@Cherupakstmt
@Cherupakstmt 4 года назад
Thanks for the awesome video. It is so knowledgeable. Can you tell when to use future builder and when to use stream builder
@thesamarthagarwal
@thesamarthagarwal 4 года назад
When you want to update the ui more frequently, based on certain events, you should use SB. If you are doing it just once, use FB.
@Cherupakstmt
@Cherupakstmt 4 года назад
@@thesamarthagarwal thanks for explaining
@soumyajitmaiti8201
@soumyajitmaiti8201 3 года назад
can someone please tell how to use this api now with http package?
@simpleJoee
@simpleJoee 4 года назад
Please help me As I was following your tutorial I came across an error. my app is not receiving any data from the api as it's not showing in the list view. Help me
@compscicorner
@compscicorner 4 года назад
Did you solved your error? I am also facing same issue
@fhelfeliciano2222
@fhelfeliciano2222 4 года назад
This dictionary app is offline sir? Please reply thankyou for this
@thesamarthagarwal
@thesamarthagarwal 4 года назад
No, it uses an online API.
@fhelfeliciano2222
@fhelfeliciano2222 4 года назад
Thankyou so much Sir
@muhammadusmansiddiqui4850
@muhammadusmansiddiqui4850 2 года назад
Concatenation of _Url and _Controller ==> Response response = await get(_url + //
@PixDev_01
@PixDev_01 2 года назад
Response response = await get( Uri.parse(url), headers: { "Authorization: Token ": token, }, );
@Sanjay54251
@Sanjay54251 4 года назад
I love to subscribe to you
@uttomtimung9045
@uttomtimung9045 4 года назад
Can i use your code and publish it on play Store
@thesamarthagarwal
@thesamarthagarwal 4 года назад
Sure.
@woliurkhan5870
@woliurkhan5870 3 года назад
do more video
@someshkumargupta256
@someshkumargupta256 3 года назад
Each child must be laid out exactly once. this is error occur when i paste your code
@fitzerkisakyamukama5170
@fitzerkisakyamukama5170 4 года назад
thank u
@guostonline
@guostonline 4 года назад
when I type a word not in dictionary give me this err : type 'String' is not a subtype of type 'int' of 'index'
@abdulmanum
@abdulmanum 4 года назад
same here. if you find out then also give me answer abdulmanumit@gmail.com
@imsnehalsingh
@imsnehalsingh 4 года назад
I am also getting this error if you solved that then help me
@iamkhurram
@iamkhurram 4 года назад
this problem has been solved
@KingBangVEVO
@KingBangVEVO 4 года назад
How did you solve this issue?
@lovesports6502
@lovesports6502 3 года назад
is this API is free?
@LE8271
@LE8271 4 года назад
I did not know Russell Peters was a Flutter developer...
@guostonline
@guostonline 4 года назад
yes we won Moor like this video
Далее
Pagination in Flutter using Firebase's Cloud Firestore
18:44
Flutter Coding Challenge: Building a Calculator App
25:29
Скинь той самой ❤️‍🔥
00:15
Просмотров 17 тыс.
List Detail with Cloud Firestore in Flutter
16:00
Просмотров 65 тыс.
Complex Animations in Flutter using Rive | Flare
15:44
Просмотров 225 тыс.
Dear Game Developers, Stop Messing This Up!
22:19
Просмотров 722 тыс.
You don't understand AI until you watch this
37:22
Просмотров 742 тыс.
Real 10x Programmers Are SLOW To Write Code
14:51
Просмотров 61 тыс.
Animated Loader In Flutter
21:13
Просмотров 75 тыс.