TUM-Dev / campus_flutter

Development of the cross-platform TUM Campus App with Flutter - for and from students at Technical University of Munich.
https://tum.app/
GNU General Public License v3.0
37 stars 4 forks source link

[BUG] "Could not find a file named "pubspec.yaml" in https://github.com/jakobkoerber/xml2json.git" when running `flutter pub get` #204

Closed nilsreichardt closed 7 months ago

nilsreichardt commented 7 months ago

Describe the bug

I'm not able to run flutter pub get in the repository. I'm getting:

$ flutter pub get
Resolving dependencies... (9.8s)
Could not find a file named "pubspec.yaml" in https://github.com/jakobkoerber/xml2json.git 1c1b397652b5806bf2e04333139bb9d3282fe630.

To Reproduce Steps to reproduce the behavior:

  1. Clone this repository
  2. Navigate to the folder
  3. Run flutter pub get

Expected behavior I should be able to get the packages without any errors.

Screenshots

image

https://github.com/jakobkoerber/xml2json/commit/1c1b397652b5806bf2e04333139bb9d3282fe630

Additional context

Flutter 3.16.5 • channel stable • https://github.com/flutter/flutter.git
Framework • revision 78666c8dc5 (5 weeks ago) • 2023-12-19 16:14:14 -0800
Engine • revision 3f3e560236
Tools • Dart 3.2.3 • DevTools 2.28.4
jakobkoerber commented 7 months ago

this issue will be mitigated with #201 as I am currently working on the fork. my mistake though to delete the prior changes 😅