app-center
app-center copied to clipboard
App Store for Ubuntu made with Flutter ๐งก ๐
For an alpha application, it works pretty well. If possible please make it available as a snap. This way it will be easier to keep up with new releases and...
when installing a new app no progress is shown. Only the busy wheel appears
This app looks like amazing! It is soooo much better than the default snap store. Perhaps this is the wrong place to ask, but is there any way that we...
https://github.com/ubuntu-flutter-community/software/blob/b96857ae0e09e29553fc5e72c4301b75c5215b80/pubspec.yaml#L36 I think it will be better to use the packages versions from pub.dev instead of directly from the GitHub repo https://pub.dev/packages/snapd This can help a number of ways, the...
For install flutter section in readme https://github.com/ubuntu-flutter-community/software#install-flutter we can also recommend simpler and more elegant way of installing by using the [snap version](https://snapcraft.io/flutter) `sudo snap install flutter --classic`
Here the connections that are established for the corresponding snap are loaded https://github.com/ubuntu-flutter-community/software/blob/8af4ad3dd648c42e240b2d50382f2df3eaea2f24/lib/store_app/common/snap_model.dart#L330-L345 I tried to toggle a connection on and off and get the connections for this snap again...
 On the terminal: ``` ** (software:12596): CRITICAL **: Failed to read XDG desktop portal settings: GDBus.Error:org.freedesktop.portal.Error.NotFound [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: SocketException: Connection failed (errno = 2), address = /var/run/snapd.socket, port...
Unlike snapd, packagekit does not provide any icons or screenshots of the apps. So to get those we need appstream.dart, which should be used in the package_service.dart here to fetch...
Package descriptions localized in French are not rendered correctly, accented characters such as "รฉ" or "ร " are rendered as "?", see attached screenshot: 