booleanbites / houzi-support

Support forum repo for issues & bugs reported for Houzi Flutter App.
4 stars 0 forks source link

New Update App Issue #205

Open reproperty opened 2 days ago

reproperty commented 2 days ago

Hi as per your document i have followed and i got error while take new build(or simulate) on Linux Ubuntu laptop, please find attached screenshot and error message its like validation error...

Ubuntu not support this flutter app code ..?

Launching lib/main.dart on sdk gphone64 x86 64 in debug mode... Running Gradle task 'assembleDebug'... packages/houzi_package/lib/pages/home_screen_drawer_menu_pages/user_related/phone_sign_in_widgets/user_get_phone_number.dart:2:8: Error: Error when reading 'packages/houzi_package/lib/Mixins/validation_mixins.dart': No such file or directory import 'package:houzi_package/Mixins/validation_mixins.dart'; ^ packages/houzi_package/lib/pages/home_screen_drawer_menu_pages/user_related/user_signin.dart:11:8: Error: Error when reading 'packages/houzi_package/lib/Mixins/validation_mixins.dart': No such file or directory import 'package:houzi_package/Mixins/validation_mixins.dart'; ^ packages/houzi_package/lib/pages/crm_pages/crm_deals/add_new_deal_page.dart:6:8: Error: Error when reading 'packages/houzi_package/lib/Mixins/validation_mixins.dart': No such file or directory import 'package:houzi_package/Mixins/validation_mixins.dart'; ^

image

Awaiting reply ASAP sir,

Regards Admin

AdilSoomro commented 2 days ago

What is the output of command

flutter doctor -v

quitriz commented 7 hours ago

in linux it's case sensitive .. go to the packages/houzi_package/lib/ directory and do this: ln -s mixins Mixins and then you will get another error for the add_property_pages .. go to the pages directory and do this: ln -s add_property_pages add_Property_Pages then it will able to read your files, they prolly used the machine that's not case sensitive to write this .. :)