Тёмный
FreeTrained
FreeTrained
FreeTrained
Подписаться
Hi Everyone,

We strive to provide you free education. We try to provide the best course and tutorials which would help all of you.

If anyone wants to promote one's youtube channel or videos then contact us on this email: fldeveloperspk@gmail.com.
013 - Testing Wallpaper App On Real Device
1:37
4 месяца назад
11 - Create Preview Page In Wallpaper App
2:28
4 месяца назад
10 - Implement Methods In Wallpaper App
2:06
4 месяца назад
08 - Create Category List In Wallpaper App
1:47
4 месяца назад
07 - Create Search Box In Wallpaper App
2:45
4 месяца назад
Комментарии
@mr.kaushik7600
@mr.kaushik7600 2 дня назад
I follow steps but i cant fetch th data
@FreeTrained
@FreeTrained День назад
Are you using android emulator?
@nuratikahkamaruzzaman5570
@nuratikahkamaruzzaman5570 2 дня назад
It's a helpful video, may I know how I can add another role?
@FreeTrained
@FreeTrained День назад
Means role based authentication and authorization?
@FullStackDeveloperKH
@FullStackDeveloperKH 6 дней назад
Hh
@jocelynjones1275
@jocelynjones1275 9 дней назад
Hall George Young Matthew Moore Charles
@KrunalChavda-v6s
@KrunalChavda-v6s 12 дней назад
D/CameraOrientationUtil(29658): getRelativeImageRotation: destRotationDegrees=0, sourceRotationDegrees=90, isOppositeFacing=true, result=90 D/CameraOrientationUtil(29658): getRelativeImageRotation: destRotationDegrees=0, sourceRotationDegrees=270, that issue in when i debug my app then the issue
@brooklynsaia409
@brooklynsaia409 13 дней назад
Im generating the token but not allowed access with either controllers with any token at all
@brooklynsaia409
@brooklynsaia409 13 дней назад
I had to implement Policy and policy name to the authorize annotation, that solved the problem.
@FreeTrained
@FreeTrained 13 дней назад
I also had a feeling that you're missing policies implemention. 😁
@brooklynsaia409
@brooklynsaia409 6 дней назад
@@FreeTrained So I applied the authorization tag to a method in the user controller and it is now giving me a 401, Im still generating the token though
@FreeTrained
@FreeTrained 6 дней назад
there might be 2 problems: 1. You might not be sending token correctly while accessing that method. 2. You might not have set the role inside the authorization tag correctly. You should share code of that method along with tag.
@brooklynsaia409
@brooklynsaia409 День назад
Does this tutorial allow a log in to be done without the user having to pass a token to postman, like it’s done in reality? That’s the missing piece of the puzzle
@maratha_empire003
@maratha_empire003 15 дней назад
1:56 If you explain why we need the installed packages and usage of every package it would be great to know and grasp the knowledge. can you do it here...? it will be very helpful
@mahmoudhomsi611
@mahmoudhomsi611 15 дней назад
Very well explained, everything structured and step by step.
@mrgoku_z
@mrgoku_z 21 день назад
can create resume template?
@FreeTrained
@FreeTrained 21 день назад
Depends on you...
@CliffShivkar
@CliffShivkar 21 день назад
Amazing! Thank You so much. Could you please do the .Net Maui App that communicates with this api (sending & receiving data), crud operations where data is stored in sqlite on the phone
@FreeTrained
@FreeTrained 21 день назад
I'll try it after some time.
@ifqygifhaazhar8786
@ifqygifhaazhar8786 23 дня назад
if image from internet how to convert it ?
@FreeTrained
@FreeTrained 22 дня назад
Download the image using http or dio package. Then convert that image to pdf. After converting, delete the downloaded image.
@jayakumar2927
@jayakumar2927 25 дней назад
how to install flutter app apk in mobile?
@somaya.moustafa
@somaya.moustafa 25 дней назад
Greatings From Egypt Very Thank You
@adebiyiadekunle1056
@adebiyiadekunle1056 26 дней назад
Bro just murdered an hour Tutorial in 13mins. I really love this❤
@prudhviraju8384
@prudhviraju8384 Месяц назад
Hi, Thank you for making this video, it is very useful to me. can you please make email verification and authority in advance level for real time web app. How to implement the authority of users, if user want to change password for own account and not for other account users and how to secure from other account users for unwanted changes. How to give permissions to team members to perform action items with respect to roles and admin can give the access to team members using Web app?
@omerucansu2569
@omerucansu2569 Месяц назад
Thank you so much
@AhmedRaza-v3w6m
@AhmedRaza-v3w6m Месяц назад
Very nice🎉
@AdaptedClouds
@AdaptedClouds Месяц назад
TSYMMMMM
@Shmaisanimostafa
@Shmaisanimostafa Месяц назад
Great tutorial!
@Sharondevbd
@Sharondevbd Месяц назад
Brother your tutorial helps but, I Need Refresh Token Also. Can you please tell me how to implement that?
@zanzaraloggan3713
@zanzaraloggan3713 Месяц назад
11:59 "From scratch" 12:00 "Download these libraries"
@alyanhanif8234
@alyanhanif8234 Месяц назад
if we have added more models like user and have already add controllers then what command of migration do i need to update
@FreeTrained
@FreeTrained Месяц назад
Follow these steps:- 1. Create model classes you want to add. 2. Add these classes in "AddDbContext" class to create table of these classes. 3. Run 'add-migration "SecondCommit" '. (Name of each migration should be different. As we named it second commit. For third, change its name to third commit.) 4. Then run "update-database" command to apply changes to database. If you face any problems, feel free to reach me again. 😁
@alyanhanif8234
@alyanhanif8234 Месяц назад
@@FreeTrained Thanks buddy a lot 😁
@FreeTrained
@FreeTrained Месяц назад
You're welcome 😁
@alyanhanif8234
@alyanhanif8234 Месяц назад
@@FreeTrained how to add image in user model?
@FreeTrained
@FreeTrained Месяц назад
To do so, save image in storage and store image path in database. Later, you can access it using the image path. Or you can store image in database by converting it into base64 code. However, it's not recommended as database size will get large. So, saving the images in device storage would be a better choice.
@creatortrainer9305
@creatortrainer9305 Месяц назад
do more like this video please please sql and web api and flutter ?
@FreeTrained
@FreeTrained Месяц назад
Working on this video. Will upload it soon
@Sharondevbd
@Sharondevbd Месяц назад
Best Basic & Clear Concept of Role Based Video Ever ! Love you bro ❤
@satuteknologi1961
@satuteknologi1961 Месяц назад
i need a button to open the camera first then perform those things
@UmutDereWork
@UmutDereWork Месяц назад
An admin is also user. What about this :D
@FreeTrained
@FreeTrained Месяц назад
I just gave a demo. You can rename user to employee... 😂
@ibrahimismail5442
@ibrahimismail5442 Месяц назад
hi, I have a question on time {21:03} when iam running it its giving me this on the Debug Console: Connecting to VM Service at ws://127.0.0.1:59394/RKDERvVHn5Y=/ws ClientException: XMLHttpRequest error., uri=localhost:7223/api/users, its not showing the data idk why the baseuri is correct its just showing the appBar
@FreeTrained
@FreeTrained Месяц назад
Are you running it in emulator? If yes, then there might be the error due to locolhost. Because localhost of android and Windows devices is different. Watch this video: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-PAY6TqIEVZI.html In this video, i have explained thoroughly that how you can access data from asp.net core web api to Flutter app even while using emulator, real devices or windows apps. It works on all of these. You should check it out.
@ibrahimismail5442
@ibrahimismail5442 Месяц назад
@@FreeTrained No iam running it on Chrome as you did, still having the same issue. I even did copy all your code on github but still giving me the same issue, everything is working fine but its not retrieving data from the backend I checked swagger its completely working fine post,get,delete... But the issue from flutter idk why
@mikle1404
@mikle1404 2 месяца назад
Stupid question, but what vscode setting do you have to change to have the widget tree highlight like in your example?
@FreeTrained
@FreeTrained Месяц назад
Tbh, I haven't changed anything for this...
@JamieCrew
@JamieCrew 2 месяца назад
This was extremely helpful to learn flutter and a singleton class. Thank you for the informative tutorial and for not skipping over the details.
@FreeTrained
@FreeTrained 2 месяца назад
You're welcome
@roopavarmatangella4248
@roopavarmatangella4248 2 месяца назад
Please remove background noise. Its annoying.
@creatortrainer9305
@creatortrainer9305 2 месяца назад
hi dear I did the same as in your video but when I tried the GET method nothing happened! I am using windows 11 should I do something releated to my firewall?
@FreeTrained
@FreeTrained 2 месяца назад
Have You added HttpGet annotation?
@aadityamittal3588
@aadityamittal3588 2 месяца назад
Great video, sir. Everything was well explained.
@ismaelsalman3696
@ismaelsalman3696 2 месяца назад
I hope you continue with .Net and flutter. You are a treasure in the world of programming. I hope you continue. This is a course on how to connect fluttrr and .Net.
@FreeTrained
@FreeTrained 2 месяца назад
Thanks a lot. 👍🏻 And more videos are coming soon. I've written down many ideas 👍🏻😉
@ismaelsalman3696
@ismaelsalman3696 Месяц назад
🔥🔥🔥🔥​@@FreeTrained
@venkatachakrapaninandi7045
@venkatachakrapaninandi7045 2 месяца назад
It's a great tutorial. It should be rate 4.5 stars
@FreeTrained
@FreeTrained 2 месяца назад
Thanks for rating 😁👍🏻
@shabanelmogy7912
@shabanelmogy7912 2 месяца назад
please complete tutorial and build complete user management with roles and permissions and token and refresh token
@FreeTrained
@FreeTrained 2 месяца назад
I'll try to make it soon.
@shabanelmogy7912
@shabanelmogy7912 2 месяца назад
@@FreeTrained thanks
@AboEyadwagih
@AboEyadwagih 2 месяца назад
i have a qustion when connect emulator as windwos all is ok with url >> but with emulator android device data do not display and on real devce data do not display >> what is the problem .. gave solution
@FreeTrained
@FreeTrained 2 месяца назад
there are multiple reasons for this: 1. Localhost address of the both windows and android device is different. You may need to put the API address in env file in flutter. 2. If you are using external android device for testing then, Windows might be prohibiting the access of external devices to the internal running API. For this, you may have to allow the access in your firewall or deploy your API on IIS server. Note: If you are using android emulator, then to save time, you can try this url first: 10.0.2.2:[port number] Check out this article for more details: developer.android.com/studio/run/emulator-networking.html
@AboEyadwagih
@AboEyadwagih 2 месяца назад
@@FreeTrained thanks for answer
@FreeTrained
@FreeTrained 2 месяца назад
You're welcome
@AboEyadwagih
@AboEyadwagih 2 месяца назад
it is a mazing and easy you well done best wishes from Egypt
@FreeTrained
@FreeTrained 2 месяца назад
Thanks 👍🏻
@shabanelmogy7912
@shabanelmogy7912 2 месяца назад
i need full example for use token and refresh token use roles and permissions
@pateldipesh1880
@pateldipesh1880 2 месяца назад
I api work fine in postman but when i use same api by replacing locahost to 10.0.2.2 it gives response 400 bad request can you help me with it
@FreeTrained
@FreeTrained Месяц назад
Watch this video, with this setup, you can access API from device which is connected to same wifi network: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-PAY6TqIEVZI.html
@imshinchan4800
@imshinchan4800 3 месяца назад
Very helpfull and clean coding loved the video. Keep up the good work :)
@FreeTrained
@FreeTrained 3 месяца назад
Thanks 👍🏻
@RashedSarder-o1i
@RashedSarder-o1i 3 месяца назад
How to use RefreshToken on my React.js app?
@Silent_Spark_
@Silent_Spark_ 3 месяца назад
😂😂 i should stop coding now, this is beyond my capabilities 😢
@FreeTrained
@FreeTrained 3 месяца назад
This happens to everyone 😂 Pro Tip: Learn, how everything works behind the scene. Then everything would be much easier.
@jayakumar2927
@jayakumar2927 9 дней назад
@@FreeTrained Where I need to find register Endpoint?
@taikp8842
@taikp8842 3 месяца назад
great!! 😆
@alonegamer8109
@alonegamer8109 3 месяца назад
how do one manage it ? i mean where is the admin panel so that one can upload images?
@FreeTrained
@FreeTrained 3 месяца назад
While using pexels API, there's no need of that. It's handled by website. We're just using API to access the images of that site.
@alonegamer8109
@alonegamer8109 3 месяца назад
@@FreeTrained but i do want to upload my own image so how can we do that ? can you make a new series on that one please ? i really need to make a free wallpaper app in which i do require an admin panel or whatever.
@FreeTrained
@FreeTrained 3 месяца назад
For that, you can use firebase to store your images and then fetch these in this app.
@alonegamer8109
@alonegamer8109 3 месяца назад
@@FreeTrained would you mind helping me with that ? since i have not used firebase from long time.
@FreeTrained
@FreeTrained 3 месяца назад
Ok, I'll try to make a video on firebase storage soon.
@creatortrainer9305
@creatortrainer9305 3 месяца назад
hi dear thank you first and second I have many questions: 1- I tried debug my Web API it works but when I need to use it inside the Flutter app nothing showing as JSON data how can I solve it? should I publish on IIS? should I do something in my firewall? I am using windows 11 thank you
@FreeTrained
@FreeTrained 3 месяца назад
Hi, You might need to declare your IP address and port number in env file in flutter project and use it then. A viewer commented this solution on one of video in this playlist. Also firewall also can cause this issue. You can try by allowing connection and opening incoming port. You can deploy your project on IIS server. However, I think you would still need to allow the connection in firewall. You can try either way which works for you.
@vishalkumar24
@vishalkumar24 3 месяца назад
Can we add auto click function in this cam
@FreeTrained
@FreeTrained 3 месяца назад
Yes, you can. You can create a method and handle timer inside it and upon end of timer, you need to call capture. You can call this timer method either inside init state method or upon clicking capture button.
@isaaclopez7065
@isaaclopez7065 3 месяца назад
Amazing friend, thank you for sharing your knowledge with us 😀
@FreeTrained
@FreeTrained 3 месяца назад
You're welcome 👍🏻
@ezansaleem13
@ezansaleem13 3 месяца назад
thanks for this video and I have a request to please use the react as a front end and use this API with it.
@FreeTrained
@FreeTrained 3 месяца назад
I don't have much (good 😁) experience with react. However, I'll try to make this video soon.
@harmony-teams
@harmony-teams 3 месяца назад
Awesome tutorial thanks. What kind of tool/service did you use for your sound ?
@FreeTrained
@FreeTrained 3 месяца назад
I mostly use Metavoicer.
@FebySamir
@FebySamir 3 месяца назад
I used JWT to make api .I made two roles Users and Employee so all data inserted in AspNetUsers table in database .i want to make a relationship between users with role User and another table called Bill and make relationship between users with role Employee with another table called Branch how i can do this by using Code First