Hacki icon indicating copy to clipboard operation
Hacki copied to clipboard

Can't build app from current `master`: dependency resolving issue

Open contfedorov opened this issue 1 month ago • 0 comments

I've tried to build Hacki from master branch recently, and see the following while executing flutter pub get:

Resolving dependencies...
Could not find a file named "pubspec.yaml" in https://github.com/TimeFinderApp/flutter_slidable 6ab5a79f1f8f984ad5b5733fd94e90c8f97a0c8d.
Failed to update packages.
Process finished with exit code 1

Replacing dependency with latest (flutter_slidable: ^4.0.3) or previously released (flutter_slidable: ^3.1.2) version leads to correct build, but app just fails at start up on iOS 18.4 simulator. Running flutter clean does not help.

Could you please help with it? What am I doing wrong?

It would be great to have step-by-step build instructions that includes system and versions requirements (e.g., Flutter version), troubleshooting, etc.

I use the latest stable Flutter:

Flutter 3.35.7 • channel stable • https://github.com/flutter/flutter.git
Framework • revision adc9010625 (10 days ago) • 2025-10-21 14:16:03 -0400
Engine • hash 6b24e1b529bc46df7ff397667502719a2a8b6b72 (revision 035316565a) (9 days ago) • 2025-10-21 14:28:01.000Z
Tools • Dart 3.9.2 • DevTools 2.48.0

contfedorov avatar Oct 31 '25 12:10 contfedorov