this way i have to translate all the application texts to other languages that we want to implement right ?? But what if my text is coming from some backend / server ?? what can we do in that case ?
yesterday i followed your example and every thing worked fine. now i'm following same example on totally different project and it is not working the Applocalization.of(context)!.helloWorld is giving me error of null check operator used on null value. any idea why?
i have impleented this to translate all the application texts so please let me know for app text we can use this same method or not ? But what if my text is coming from some backend / server for that i want to handle it through api where i provide it selected language , please tell me i am correct or not ?
i am new to flutter, if we were to use the defaulft state management by flutter instead of provider and others , how much change are we supposed to make in this tutorial ?
sir aapne getx builder bataya nhi ,aur kaise hum jo chahe sirf whi rebuild ho using tag, sir mere internship interview me getx builder pooch liye aur mai nhi select hua, sir atleast complete topics bata diya kariye plz
Can you make an application using Bloc State Management with rest API's and also use authentication API's and also work on Google Maps and their certain directions with their 5km radius distance to keep their locations track with some best stuffs Thanks 🥰
assalamoalaikum kya hal hai bro yr mene apki video dekh k apni app me language change feature add kiya or debug mode me language change b ho rhi hai lkn jb me apk bna k app install krta hun to app ki language change nahi ho rhi please solution btay?
Thanks very much for this video. You are the best teacher. I have done almost every thing in flutter. Can you give me the work to do. I mean to say a job. I've done everything you can check by giving me the any project. I'll do this with functionality that the business logic and ui will be separated; Thnx very much.
Source code: take reference from here.
github.com/axiftaj/Flutter-Widget-Of-The-Week/blob/main/lib/main.dart
I am doing and app with amplify and this tutorial worked very well!!, thank you so much sir :D
Great it helped
Your videos are incredibly helpful! I've learned so much from them and helps me a lot in my work.😊
Glad you like them!
big fan asif bhai,,, Allah bless you
thank you bhai
Very useful video, also can you please make a video on flutter localization to implement English and Nepali language?
you can do it yourself
Can you please guide me to implement localization on my fetched json file in my flutter project. How can I...
?@@thetechbrotherss
Very useful. Nice work 👍
thank you
AsalamUalikum. Sir! Is Php a good option as the backend in Flutter rather we try something else like Node js or Django etc
yes
Amazing ..
Thanks a lot 😊
Excited 😊
Excitement is over
Very Helpful
Glad to hear that
also if i select spanish and clear the application from background then when reopens it shows english not spanish .. please tell me what to do?
take the code from my github user name: axiftaj and i hope this will fix your issue
repo name widget of the week
this way i have to translate all the application texts to other languages that we want to implement right ??
But what if my text is coming from some backend / server ?? what can we do in that case ?
for backend you have to do it separately
@@thetechbrotherss how?
yesterday i followed your example and every thing worked fine. now i'm following same example on totally different project and it is not working the Applocalization.of(context)!.helloWorld is giving me error of null check operator used on null value. any idea why?
Check out the syntax , checkout yaml file, check if your code is generated or not
i have impleented this to translate all the application texts so please let me know for app text we can use this same method or not ?
But what if my text is coming from some backend / server for that i want to handle it through api where i provide it selected language , please tell me i am correct or not ?
take the code from my github user name: axiftaj and i hope this will fix your issue
repo name widget of the week
thanks a bunch it was useful
thanks
i am new to flutter, if we were to use the defaulft state management by flutter instead of provider and others , how much change are we supposed to make in this tutorial ?
You have to use state management to get things done
@@thetechbrotherss much appreciated .
sir aapne getx builder bataya nhi ,aur kaise hum jo chahe sirf whi rebuild ho using tag, sir mere internship interview me getx builder pooch liye aur mai nhi select hua, sir atleast complete topics bata diya kariye plz
Sorry to hear this, tag was most famous but obx is better
@thetechbrotherss I want that when user click on container boxes than whole screen language have to change how i can use this.
Language is already changing in the whole app bro
Sir, can you please make a video on the DIO package in detail?
ok
Can you make an application using Bloc State Management with rest API's and also use authentication API's and also work on Google Maps and their certain directions with their 5km radius distance to keep their locations track with some best stuffs
Thanks 🥰
My bloc course is coming very soon
Thanks do this early.
@@thetechbrotherss
Brother API calling ka baad jou data receive ho isko bhe translate krna ho tou iska kia procedure ha ?
kindly ispr bhe video banade
apko server side par translation krni hogi
Sorry, which language do you use is it Spanish or English?
Urdu/hindi
assalamoalaikum kya hal hai bro yr mene apki video dekh k apni app me language change feature add kiya or debug mode me language change b ho rhi hai lkn jb me apk bna k app install krta hun to app ki language change nahi ho rhi please solution btay?
bro ap kuch ghlt kr rahy ho gy, take the code from github and compare it
@@thetechbrotherss hmm wo to kafi different hai bro lkn jo video me h usk same kiya mene
same problem aa rhi hai bro apka git wala code b sara use kr k dekha
Brother the issue might occur when you are not using database.
thanks sir
Most welcome
Thanks very much for this video.
You are the best teacher.
I have done almost every thing in flutter.
Can you give me the work to do.
I mean to say a job.
I've done everything you can check by giving me the any project.
I'll do this with functionality that the business logic and ui will be separated;
Thnx very much.
Thank you, for work try to make clone
sir mene kaha ta k signup with google banao firebase tutorial me kia aap ne banai ha
yar bnaoun ga jald hi
in main file, line 34 is wrong.
pls check this line.
locale: locale == '' ? Locale('en') : provider.appLocale == null ? Locale(''en) : provider.appLocale,
should be this line.
locale: locale == '' ? Locale('en') : provider.appLocale == null ? Locale(locale) : provider.appLocale,
Thanks for sharing this
thank you broh
ya sub frontend ha backend nahi?
backend ha na flutter ka
Asif bhai kuchh new Playlist le kr ayen
yar time ni mil raha bro
Are you from kohat ??
yes
another text add krne pr error ara h applocalization m esa kyu please reply
Please take code from my GitHub in widget of week playlists
Assalamulaikum bhai
Bhai ap bta sakty ha k Api ka data hum kaise translate kr sakty ha ?
api ka bhai server side par krna parhy ga, you have to store data separately
only hello word homescreen m kaam krra h baaki m error ari h sb kuch shi hone k baad b
check code on my github, tm kuch ghlt kr rahy ho gy
check this timestamp 30:22
go ahead i fixed it
@@thetechbrotherss ok
take reference from here.
github.com/axiftaj/Flutter-Widget-Of-The-Week/blob/main/lib/main.dart
this code is not working properly
watch till end, i fixed at the end
take reference from here.
github.com/axiftaj/Flutter-Widget-Of-The-Week/blob/main/lib/main.dart
@@thetechbrotherss its work thanks 😀