Hello sir I got this error from backend when I call user list api please help me Tymon\JWTAuth\Exceptions\TokenInvalidException Token Signature could not be verified.
If you have problems in article_page.dart line around line 128 in GestureDetector add, then try to look at this line. If you don't have this line, write this one MaterialPageRoute(builder: (context)=>DetailBookPage(articleInfo:articles[i], index:i))
awesome video. I was actually able to create a door access control system from this along with the admin panel.. just had to add a few things to the flutter system
Excellent...Only problem I found is token is not generating when I register as a new user for signup which means denied me to sign in...Would you please let me know the way out...
Hi @dbestech, I followed carefully the tutorial without any problem, unfortunatelly the description doest show for welcome page... Here is the error. Thank you Class 'String' has no instance getter 'body'. Receiver: "failed me" Tried calling: body
@@dbestech Thank you for the quick response. In the welcome_page.dart in _initData() funct, within setstate() line 52. I check the database type_id and update it as well within but nothing works.
Thats awesome! Thanks for this great tutorial. I'm your subscribers anyway. I have a question about the database, I tried to add new article, but recently there are some error, I think the structure from table in that db had many changed. I had to add some column like parent_id, author, is_recommend, and now there is an error said "Field 'keywords' doesnt have a default value" Any suggestion for this error? Thanks anyway!
@@dbestech thanks, it done for the database, and solved it. But sorry, I ask question again. In my app, the article in welcome page only appear the last article. I try to debug, and the data actually doesnt have problem. Can you give me a suggestion about this bug? In welcome page, every slide only show data from last article. Thank you..
Register screen gets you registered and route to the article screen. What will we do if the user closes the app but if he opens up again he should direct routes to the article screen (because he's already registered) but not landing screen ?
Hi Ahad. thanks for asking. Yes, we need to make a bit of logical condition whether the user is logged in or not. We can read them from SharedPreference and check. and then redirect them
the keyboard gives an error when pressed ! checkered yellow black flutter error into the context build in to fix it! the file that came out is bad! after you say resize to avoid bottom inset at the bottom of the build context widget, it corrects to false in the summer!!
hi, could you share the database of the laravel project that you use in this video? because if I install your github project (with artisan commands etc.) the database is not updated. I can't log in with: user: admin pass: admin. Thanks for teaching this, which is so interesting to me
Hi General, there are more work needed to be done if you want to put on the app store. But with this tutorial, we have covered the core of this app. If you want to publish, you need to polish it. Like trying in many different devices.
If you problems in all_books.dart in SingleChildScrollView around line 99, about materialpageroute, then make sure that, you call it like this MaterialPageRoute(builder: (context)=>DetailBookPage(articleInfo:article, index:0))
hello, thanks for the tuto, But have an issue. When I try to click the article type form admin panel menu I get Undefined index: parent_id The same issue appears when I try to add new article as: ErrorException In ModelTree.php line 267: Undefined index: parent_id Please help me solve the issue. I have clone the same repos from github. Thanks in advance.
how about using dart servers to create rest api instead of laravel ? one hundred think, otherwise php is hard to learn dart has already been fully studied
@@dbestech I've heard that if write a rest API through laravel, the database there will be protected from SQL injections, you don't have to worry about data protection, is that right?
hi sir, im a beginner and i have live running website and im try to convert it into a app and i have designed my own ui in flutter and how do i pull the login data from the website
1. when you want to add article it says error because there is no paren_id field in articel inside article_type table 2. its the same error when you want add book list , it says there is no author field inside the article table
I have done one long ago on windows server. for the last few years I have used linux. But the logic is same. You may need to small changes on windows server. You need to confiture the virtual host on windows. You may follow this link stackoverflow.com/questions/2658173/set-up-apache-virtualhost-on-windows
@@dbestech ohhh i see...i should try also, how many pc u have?i always use windows because of cheap, i wanna buy mac because of i dont have choice when to develope ios app, is it worth to buy mac? I always think many time
hai @@syedasaleha475 , I got same problem with you.. I did'nt get data in localhost.. i have run php artisan serve in open it but i just got welcome page from laravel. what are u doing for this probem??
Please make more tutorial on laravel + flutter
Yes. Coming soon
Hello sir
I got this error from backend when I call user list api please help me
Tymon\JWTAuth\Exceptions\TokenInvalidException
Token Signature could not be verified.
Very good!! Do you have the figma of this layout to share?
If you have problems in article_page.dart line around line 128 in GestureDetector add, then try to look at this line. If you don't have this line, write this one MaterialPageRoute(builder: (context)=>DetailBookPage(articleInfo:articles[i], index:i))
best channel with complete and usefull information , I am just glad I get to know about it and please keep doing it
Thank you Puja, I will
i like people who don't use firebase in they tutorial...
awesome video. I was actually able to create a door access control system from this along with the admin panel.. just had to add a few things to the flutter system
Thanks for finding it useful.
@Yusri-Fuad Haas how did you do it?
Just followed the same principal as what is being used here.. integrated my backend with zk teco sdk and added nfc card emulation to the app
Excellent...Only problem I found is token is not generating when I register as a new user for signup which means denied me to sign in...Would you please let me know the way out...
Yes. I skipped the token generating part. But it should not denied. It keeps you signed in.
I just discovered your channel. I'm here now :))
Welcome!!
Is the backend still active?? Impressive project!!!
which are you will use package get managerstate ? getx or bloc ?
It's a good one bro. What's your opinion, I am ok with both.
@@dbestech oh so use getx :)
@@moonnight9474 OK bro. I will try.
Thanks for this tutorial
You are most welcome
thank u for this amazing tutorial,
for backend should i create controllers and models again ,coz i couldnt found links in menu
You don't need to. Most of the work should be there. If you don't have, follow the video and create along with the video.
Hi @dbestech, I followed carefully the tutorial without any problem, unfortunatelly the description doest show for welcome page... Here is the error. Thank you
Class 'String' has no instance getter 'body'.
Receiver: "failed me"
Tried calling: body
tell me the timeline, I will take a loook
@@dbestech Thank you for the quick response. In the welcome_page.dart in _initData() funct, within setstate() line 52. I check the database type_id and update it as well within but nothing works.
Thats awesome! Thanks for this great tutorial. I'm your subscribers anyway.
I have a question about the database, I tried to add new article, but recently there are some error, I think the structure from table in that db had many changed.
I had to add some column like parent_id, author, is_recommend, and now there is an error said "Field 'keywords' doesnt have a default value"
Any suggestion for this error? Thanks anyway!
Yes, it might have changed recently. You can give keywords default value in the database column
@@dbestech thanks, it done for the database, and solved it. But sorry, I ask question again.
In my app, the article in welcome page only appear the last article. I try to debug, and the data actually doesnt have problem. Can you give me a suggestion about this bug?
In welcome page, every slide only show data from last article. Thank you..
How you learned flutter at first time? And which year?
I started flutter this year. why?
@@dbestech who inspired you for coding 🤗
Register screen gets you registered and route to the article screen. What will we do if the user closes the app but if he opens up again he should direct routes to the article screen (because he's already registered) but not landing screen ?
Hi Ahad. thanks for asking. Yes, we need to make a bit of logical condition whether the user is logged in or not. We can read them from SharedPreference and check. and then redirect them
I am unable to run pub get on the flutter project. It says: The lower bound of "sdk: '>=2.7.0
yes, you need to upgrade flutter.
@@dbestech I changed my sdk version to sdk: ">=2.12.0
@@oluchukwuughagwu8293 upgrade that package or remove it. Or use other package for search
Good job keep it up.
Thank you, I will
Hi I followed the steps and I tried to adapt it to my project but at no time the block of is displayed
print log and check what it returns
it is possible to build a switch between lochost and protuktive system, which you then use when you go productive or want to develop the app further.
in general you should have localhost. Once your version is ready then you push for production.
@@dbestech yes put you need test environment to not disturb productive system
the keyboard gives an error when pressed ! checkered yellow black flutter error into the context build in to fix it! the file that came out is bad! after you say resize to avoid bottom inset at the bottom of the build context widget, it corrects to false in the summer!!
If you could give me the error screen shot? How did you fix it? I did not have those. again some of them are sdk version.
Hello am running my own project and am getting this error "_ClientSocketException (Connection refused)"
emulator problem. Not well connected to internet
Next video, do show which is open file name
sorry? I don't understand what you said
@@dbestech we could not see which file is open
hi, could you share the database of the laravel project that you use in this video? because if I install your github project (with artisan commands etc.) the database is not updated. I can't log in with: user: admin pass: admin. Thanks for teaching this, which is so interesting to me
Hi Alfonso, the database is given at the comment section. Pls check it out.
I already found the file and it works, now to continue learning. Thank you so much
Good tutorial. Can I deploy this to namecheap and app stores?
Hi General, there are more work needed to be done if you want to put on the app store. But with this tutorial, we have covered the core of this app. If you want to publish, you need to polish it. Like trying in many different devices.
If you problems in all_books.dart in SingleChildScrollView around line 99, about materialpageroute, then make sure that, you call it like this MaterialPageRoute(builder: (context)=>DetailBookPage(articleInfo:article, index:0))
hello, thanks for the tuto, But have an issue. When I try to click the article type form admin panel menu I get Undefined index: parent_id
The same issue appears when I try to add new article as:
ErrorException In ModelTree.php line 267:
Undefined index: parent_id
Please help me solve the issue. I have clone the same repos from github.
Thanks in advance.
try to add a field in the database name "parent_id" and see
@@dbestech yes one if the reply helped me in that way, i just add parent_id field in the db. Thanks
Is it possible to have updated code for this? Backend especially; wasnt able to create any articles or types
Hi Anish, what are the problems are you facing? Mostly they should be permission problem.
how about using dart servers to create rest api instead of laravel ? one hundred think, otherwise php is hard to learn dart has already been fully studied
that's a good idea. But dart does not have good framework yet. PHP relatively easy.
@@dbestech I've heard that if write a rest API through laravel, the database there will be protected from SQL injections, you don't have to worry about data protection, is that right?
@@crazy-man yes. Laravel has strong security setup on its own
Hi how can i set the permissions?because i am able to install and run the laravel but when i logged in it says permission denied
Open the debug mode and see why forbidden
Good videos
Glad you like them!
would u recommend some specific course at backend in flutter?
Go with Laravel
@@dbestech if I have no background in PHP can I learn and use laravel?
make more video about flutter and laravel
Yes releasing one today.
What library did you use for that type id in 3:58 ? is that jquery select? thanks
Bro, there is not jquery here, it's all flutter.
Hey can you make a vidoe regarding how host databases like sql or mango db thanks in advance
Thanks for the idea!. I will cover this on in upcoming e-commerce tutorial
Wow!
Thanks for the tutorial, followed all the instructions but my menus on LA are not showing. Please help.
do you get any error?
@@dbestech nope no errors.
@@dbestech getting this after creating menus manually on articletype - ErrorException In ModelTree.php line 267 : Undefined array key "parent_id"
@@guru-pathik Hi Anish, were you able to solve the problem?
@@dbestech no luck
Show de Bola!
Not sure about the meaning.
can i add this to my already existing laravel-flutter api project
Yes. You can
hi sir, im a beginner and i have live running website and im try to convert it into a app and i have designed my own ui in flutter and how do i pull the login data from the website
You need to do it through using api. You also need to know how to build api.
@@dbestech sir do you have any tutorials on how to build API and use it pls let me know sir pls sir...and thanks for replying
hello i can't find login page on laravel please help me
hi..may i know how did u implement the text editor in the article content?is it a html text editor?
thanks
Soon, I will have a tutorial on that. Stay toned.
@@dbestech thanks..will watch it...but actaully I had an project due soon..so till then cud u suggest a good website or video for applying this?
@@rishneelchand195 Yes. Twitter me pls @dbestech
the part of ""Flutter image upload"" which minutes that he starts ??
Hi fares, I am not following your question
when i try to add some article, there was an error says there is no some column on some table . maybe you can upload the new database please
1. when you want to add article it says error because there is no paren_id field in articel inside article_type table
2. its the same error when you want add book list , it says there is no author field inside the article table
Hi Dimas, It's been long time I did that. I need to check and get back to you again.
@@dbestech thank you so much sir . please, i really need this project for my study
@@dbestech umm one more. i already have a flutter project from your github. but when i run it's error
Cannot open file, path = 'C:\Users\SultanWorks\Documents\flutter_sdk\.pub-cache\_temp\dircd27eaa2\example\windows\CMakeLists.txt' (OS Error: Access is denied.
, errno = 5)
pub get failed (66; , errno = 5))
Hi Halil, what's this CMakeLists.txt file. This link may help you stackoverflow.com/questions/54233412/flutter-pub-get-failed-66
thank u very much
You are most welcome
I am begging you to do a Django Flutter video tutorial.please
Hi Dee, I am not good at Python, sorry about it.
@@dbestech understand no problem. Btw I really want to contact you regarding a paid collaboration
@@deequi77 Glad to know that. You can find me twitter. It's @dbestech
@@dbestech I don't have a Twitter account though. But if you share your email or I send here my email
error in admin page:
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'parent_id' in 'field list' (SQL: insert into `article_types` (`parent_id`, `title`, `description`, `order`, `updated_at`, `created_at`) values (0, welcome, ?, 1, 2022-07-05 16:30:11, 2022-07-05 16:30:11))
then try to create a column name as "parent_id" and see. Let me know what happens...
it works then at article ask about 'auther' and 'is_recommend' column, i did them but when i refresh the app to see the welcomeinfo nothing appear?
could you please upgrade this app?
and put pdfviewer page there?
There is no token for the users, its always 'true'
what's username and password for laravel panal admin doesn't work
what is the state management? or no state management
It did not use state management.
Bro we have to build this Project from scratch 😀
If you want
why when i run debug i have problem with _getToken async. Then what is the solution?
Hi Arya, what is the exact problem? Can you put here more?
when i run debug in visual studio code with google chrome having problem on browser_client.dart and my_api.dart
Nice😎
Thanks ✌
Can I do these using VS Code?!
of course you can. that's just an editor. if your flutter is well installed you can do it.
2:41 How to configuration execute in windows Sir..?
I have done one long ago on windows server. for the last few years I have used linux. But the logic is same. You may need to small changes on windows server. You need to confiture the virtual host on windows. You may follow this link
stackoverflow.com/questions/2658173/set-up-apache-virtualhost-on-windows
@@dbestech why u move to linux
@@cubedev4838 It's very lightweight and developer friendly. Why google made android based on linux?
@@dbestech ohhh i see...i should try also, how many pc u have?i always use windows because of cheap, i wanna buy mac because of i dont have choice when to develope ios app, is it worth to buy mac? I always think many time
Unable to get the number of articles based on three dots
wht do you get?
@@dbestech Thanks for replying..actually three dots wasn't working on chrome..but it worked fine on android phone
Please, next timee tutorial accses token jwt in flutter real project
yes, there's one coming next week.
@@dbestech okee dude, thanks y
what are the requirements for learning Laravel
not much. It's very easy
how did you generate model in flutter code.
Hi Himaja, that was a manual way creating the model. Not special tools
how to search ? pls add video
I can't log in with: user: admin pass: admin.
What error you get? Password try 123456
backend is broken? i cant add article types
Hi Arif, which link you are trying? Are you trying my server?
@@dbestech no. but my problem is done
may i know how u solve this?
Can you gave me the source code
where is the upload image time ?
I am not clear about your question. Can you describe in detail?
@@dbestech 10. Flutter image upload
why i did'n get data in localhost
what's the error you?
@@dbestech I got the problem, now is ok, thank u for your tutorial
@@syedasaleha475 You are most welcome
hai @@syedasaleha475 , I got same problem with you.. I did'nt get data in localhost.. i have run php artisan serve in open it but i just got welcome page from laravel. what are u doing for this probem??
hello, Can u help me to solve this thing. please.
it's don't work!
what exactly does not work?
Add me on twitter for specific problem to talk about. Thanks.
Hi guys, if you get error with permission when you login to your admin panel, try to use the database here. its www.dbestech.com/mark_laravel.sql.zip