We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
kp@kp-B550:~/trials/my_app$ dart run Building package executable... Built my_app:my_app. Unhandled exception: FormatException: Missing component package #0 new AppstreamCollection.fromYaml (package:appstream/src/collection.dart:421:9) #1 AppstreamPool._loadYamlCollection (package:appstream/src/pool.dart:45:32) #2 Future.wait. (dart:async/future.dart) #3 AppstreamPool.load (package:appstream/src/pool.dart:24:23) #4 main (file:///home/kp/trials/my_app/bin/my_app.dart:5:3)
The text was updated successfully, but these errors were encountered:
This issue should now be fixed.
However, if you are running on Ubuntu/Debian, you may still be hitting this issue - ximion/appstream-generator#92.
Sorry, something went wrong.
See #15
No branches or pull requests
kp@kp-B550:~/trials/my_app$ dart run
Building package executable...
Built my_app:my_app.
Unhandled exception:
FormatException: Missing component package
#0 new AppstreamCollection.fromYaml (package:appstream/src/collection.dart:421:9)
#1 AppstreamPool._loadYamlCollection (package:appstream/src/pool.dart:45:32)
#2 Future.wait. (dart:async/future.dart)
#3 AppstreamPool.load (package:appstream/src/pool.dart:24:23)
#4 main (file:///home/kp/trials/my_app/bin/my_app.dart:5:3)
The text was updated successfully, but these errors were encountered: