Handyman Service - Flutter On-Demand Home Services App with Complete Solution

Handyman Service - Flutter On-Demand Home Services App with Complete Solution v11.13.0

No permission to download

duvanjagat

New member
Aug 22, 2022
6
2
3
getting blank, even after adding category and services, anyone please help me.
 

Attachments

  • Screenshot 2023-01-10 at 12.42.16 PM.png
    Screenshot 2023-01-10 at 12.42.16 PM.png
    77.1 KB · Views: 15

emresural

Member
May 2, 2022
54
30
18
getting blank, even after adding category and services, anyone please help me.
go .env and add https
for the images; Link your storage folder to public Run in terminal or CMD: php artisan storage:link. After this if you are facing a problem storage link using command please follow the below steps : ln -s /home/your_application/storage/app/public /home/your_application/public/storage
 

henryjames254

Active member
Trusted Uploader
Feb 6, 2021
90
169
33
henryjames254 updated Handyman Service - Flutter On-Demand Home Services App with Complete Solution with a new update entry:

Version 7.5.3 - 02 Jan 2023

Version 7.5.3 - 02 Jan 2023​

New Year, New Features! 🎉 Our first update of 2023 brings:​

Web​

New
  • New – Introducing New Admin Panel with Great Look & Feel
  • New – RTL Support in Website

Mobile App​

New
  • New: Show Booking successful Dialog
Update
  • Update: Hourly service calculation has been updated. (Note: The hourly charge will be calculated on the base price before...

Read the rest of this update entry...
 

gsmxcell

Member
Mar 1, 2020
64
16
8
Can anyone help me?

If I turn on the service, an error appears as shown in picture 1, but if my service is turned off it's normal like in picture 2.

Hope someone can help, Thank you
 

Attachments

  • Screenshot_20230113-022809.png
    Screenshot_20230113-022809.png
    59.1 KB · Views: 23
  • Screenshot_20230113-022823.png
    Screenshot_20230113-022823.png
    154.2 KB · Views: 23

nax1to

Member
May 8, 2022
62
11
8
Hello, does anyone know how to configure the app so that it opens in the same language as the device?
Thanks.
 

gsmxcell

Member
Mar 1, 2020
64
16
8

Version 7.6.0 - 13 Jan 2023​

Mobile App​

New
    • Service Add-On - Now Provider can Offer their Customer to buy multiple services together with Package Service
    • Provider can now see Upcoming Bookings in Dashboard
Fix
    • Delete Service Image Issues
    • Notification Issue

Web

Update
    • Booking Save issue in Frontend
Fix
    • UI Enhancements
@Tomz @henryjames254 Thank you
 

emresural

Member
May 2, 2022
54
30
18

Version 7.6.0 - 13 Jan 2023​

Mobile App​

New
    • Service Add-On - Now Provider can Offer their Customer to buy multiple services together with Package Service
    • Provider can now see Upcoming Bookings in Dashboard
Fix
    • Delete Service Image Issues
    • Notification Issue

Web

Update
    • Booking Save issue in Frontend
Fix
    • UI Enhancements
@Tomz @henryjames254 Thank you
update

7.6.0 pls​

 
  • Like
Reactions: sahir

sakhmart

Well-known member
Null Master
Trusted Uploader
Banned User
May 26, 2022
314
264
70
Pakistan
Please any brother guide me i am getting below error on main screen in flutter user app
SQLSTATE[42S22]: Column not found: 1054 Unknown column
 

gsmxcell

Member
Mar 1, 2020
64
16
8
just empty file of web.php?

1- add this to web.php on route folder
2- edit .env file [production to local]

Code:
Route::get('/make-migrate', function(){
    \Artisan::call('migrate --seed');
    dd('migrated!');
});
Route::get('/migrate-fresh', function(){
    \Artisan::call('migrate:fresh --seed');
    dd('migrated!');
});

call www.yourwebsite.com/make-migrate or migrate-fresh
 
Last edited:

sakhmart

Well-known member
Null Master
Trusted Uploader
Banned User
May 26, 2022
314
264
70
Pakistan
1- add this to web.php on route folder
2- edit .env file [production to local]



call www.yourwebsite.com/make-migrate or migrate-fresh
dear brother thanks for your time and guidance. i set production to local in .env
web.php file is already available in route folder. but i added above code at end and run both type of links you advised. but failed.
then i tried another method which is i removed all code from web.php and just added above code then again run links but still got error.
 

gsmxcell

Member
Mar 1, 2020
64
16
8
dear brother thanks for your time and guidance. i set production to local in .env
web.php file is already available in route folder. but i added above code at end and run both type of links you advised. but failed.
then i tried another method which is i removed all code from web.php and just added above code then again run links but still got error.
try using my web.php
try app_debug : true on .env
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu