booleanbites / houzi-support

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

Problem while running pub get #6

Closed halkawt-mahdi closed 1 year ago

halkawt-mahdi commented 1 year ago

I get this error when I run "pub get" in android studio

Because every version of flutter_test from sdk depends on path 1.8.2 and every version of houzi_package from path depends on path 1.8.1, flutter_test from sdk is incompatible with houzi_package from path.
So, because houzi depends on both houzi_package from path and flutter_test from sdk, version solving failed.

My flutter version

Flutter 3.3.7 • channel stable • https://github.com/flutter/flutter.git
Framework • revision e99c9c7cd9 (34 hours ago) • 2022-11-01 16:59:00 -0700
Engine • revision 857bd6b74c
Tools • Dart 2.18.4 • DevTools 2.15.0

flutter doctor

Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.3.7, on macOS 12.6 21G115 darwin-x64, locale en-IQ)
[✓] Android toolchain - develop for Android devices (Android SDK version 33.0.0)
[✓] Xcode - develop for iOS and macOS (Xcode 14.0.1)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2021.2)
[✓] VS Code (version 1.72.2)
[✓] Connected device (2 available)
[✓] HTTP Host Availability

I am running on macOS

AdilSoomro commented 1 year ago

Hello,

Set path library version to 1.8.2, to solve this, please goto pubspec file:

houzi > packages > houzi_package > pubspec.yaml

Also Latest firebase configuration introduced a breaking change in library. to solve, add this dependency in pubspec :

firebase_core_platform_interface: 4.5.1

This should solve your dependency issue.

mohammed108 commented 1 year ago

يظهر لي هذا الخطأ عند تشغيل "pub get" في android studio

Because every version of flutter_test from sdk depends on path 1.8.2 and every version of houzi_package from path depends on path 1.8.1, flutter_test from sdk is incompatible with houzi_package from path.
So, because houzi depends on both houzi_package from path and flutter_test from sdk, version solving failed.

نسخة الرفرفة الخاصة بي

Flutter 3.3.7 • channel stable • https://github.com/flutter/flutter.git
Framework • revision e99c9c7cd9 (34 hours ago) • 2022-11-01 16:59:00 -0700
Engine • revision 857bd6b74c
Tools • Dart 2.18.4 • DevTools 2.15.0

دكتور رفرفة

Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.3.7, on macOS 12.6 21G115 darwin-x64, locale en-IQ)
[✓] Android toolchain - develop for Android devices (Android SDK version 33.0.0)
[✓] Xcode - develop for iOS and macOS (Xcode 14.0.1)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2021.2)
[✓] VS Code (version 1.72.2)
[✓] Connected device (2 available)
[✓] HTTP Host Availability

أنا أعمل على macOS

هل حليت مشكلتك اخوك من العراق. ماأعرف شلون احلها

halkawt-mahdi commented 1 year ago

Hello,

Set path library version to 1.8.2, to solve this, please goto pubspec file:

houzi > packages > houzi_package > pubspec.yaml

Also Latest firebase configuration introduced a breaking change in library. to solve, add this dependency in pubspec :

firebase_core_platform_interface: 4.5.1

This should solve your dependency issue.

Thank You, It solved my problem.

halkawt-mahdi commented 1 year ago

يظهر لي هذا الخطأ عند تشغيل "pub get" في android studio

Because every version of flutter_test from sdk depends on path 1.8.2 and every version of houzi_package from path depends on path 1.8.1, flutter_test from sdk is incompatible with houzi_package from path.
So, because houzi depends on both houzi_package from path and flutter_test from sdk, version solving failed.

نسخة الرفرفة الخاصة بي

Flutter 3.3.7 • channel stable • https://github.com/flutter/flutter.git
Framework • revision e99c9c7cd9 (34 hours ago) • 2022-11-01 16:59:00 -0700
Engine • revision 857bd6b74c
Tools • Dart 2.18.4 • DevTools 2.15.0

دكتور رفرفة

Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.3.7, on macOS 12.6 21G115 darwin-x64, locale en-IQ)
[✓] Android toolchain - develop for Android devices (Android SDK version 33.0.0)
[✓] Xcode - develop for iOS and macOS (Xcode 14.0.1)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2021.2)
[✓] VS Code (version 1.72.2)
[✓] Connected device (2 available)
[✓] HTTP Host Availability

أنا أعمل على macOS

هل حليت مشكلتك اخوك من العراق. ماأعرف شلون احلها

نعم عزيزي ، فقط اتبع التعليمات.

mohammed108 commented 1 year ago

Contact us me please mohammedaltememe58@gmail.com

AdilSoomro commented 1 year ago

Were you able to fix your issue?

halkawt-mahdi commented 1 year ago

Were you able to fix your issue?

Yes dear.

halkawt-mahdi commented 1 year ago

The author's solution solved my problem.

AdilSoomro commented 1 year ago

Awesome, please leave a nice review at codecanyon.

webbosolutions commented 1 year ago

Hello,

Set path library version to 1.8.2, to solve this, please goto pubspec file:

houzi > packages > houzi_package > pubspec.yaml

Also Latest firebase configuration introduced a breaking change in library. to solve, add this dependency in pubspec :

firebase_core_platform_interface: 4.5.1

This should solve your dependency issue.

hello i have same error but iam not pro. in programing may you tell me how i set path because i cannot find any version on pubspec file Thanks