booleanbites / houzi-support

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

Error opening houzi project in flutter #98

Closed webecole2022 closed 9 months ago

webecole2022 commented 9 months ago

The current Flutter SDK version is 3.10.0-6.0.pre.27.

Because every version of houzi_package from path depends on google_maps_flutter >=2.3.1 which requires Flutter SDK version >=3.10.0, houzi_package from path is forbidden. So, because houzi depends on houzi_package from path, version solving failed.

Hassan6197 commented 9 months ago

@webecole2022 Please update your flutter SDK to the latest.

webecole2022 commented 9 months ago

I update but still having this problem [image: immagine.png]

Il giorno mer 20 set 2023 alle ore 07:36 Hassan Ali < @.***> ha scritto:

@webecole2022 https://github.com/webecole2022 Please update your flutter SDK to the latest.

— Reply to this email directly, view it on GitHub https://github.com/booleanbites/houzi-support/issues/98#issuecomment-1727002369, or unsubscribe https://github.com/notifications/unsubscribe-auth/BCWEEFTVD2NQMG5SDQJXOYDX3J6HFANCNFSM6AAAAAA466PTTY . You are receiving this because you were mentioned.Message ID: @.***>

Hassan6197 commented 9 months ago

Please email me imhassan6197@gmail.com

AdilSoomro commented 9 months ago

Any update on this?

Hassan6197 commented 9 months ago

Upon investigation, we've noticed that the error you've encountered regarding the import 'package:flutter_localizations/flutter_localizations.dart' is not an actual error. In truth, localization takes place during compile time. Hence, when you run the code, everything should function seamlessly.