Search Criteria
Package Details: python-flet 0.25.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-flet.git (read-only, click to copy) |
---|---|
Package Base: | python-flet |
Description: | Easily build realtime web, mobile and desktop apps in your favorite language and securely share them with your team. |
Upstream URL: | https://flet.dev/ |
Licenses: | Apache |
Submitter: | patlefort |
Maintainer: | patlefort |
Last Packager: | patlefort |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2023-02-22 05:05 (UTC) |
Last Updated: | 2024-11-30 00:31 (UTC) |
Dependencies (21)
- gst-plugins-base-libs (gst-plugins-base-libs-gitAUR)
- gstreamer (gstreamer-gitAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- mpv (mpv-light-pulseAUR, mpv-amd-full-gitAUR, mpv-full-gitAUR, mpv-fullAUR, mpv-gitAUR, mpv-full-build-gitAUR, mpv-build-gitAUR)
- python-copierAUR
- python-httpx (python-httpx-gitAUR)
- python-oauthlib
- python-packaging
- python-poetry (python-poetry-gitAUR)
- python-repathAUR
- python-watchdog (python-watchdog-gitAUR)
- python-websocket-client (python-websocket-client-gitAUR)
- python-websockets
- fvmAUR (fvm-gitAUR, fvm-sourcebuildAUR, fvm-binAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- go (go-gitAUR, gcc-go-gitAUR, go-sylixosAUR, gcc-go-snapshotAUR, gcc-go) (make)
- goreleaser (goreleaser-binAUR, goreleaser-pro-binAUR) (make)
- patchelf (patchelf-gitAUR) (make)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- Show 1 more dependencies...
Latest Comments
1 2 Next › Last »
patlefort commented on 2024-09-06 06:26 (UTC)
I now use fvm instead of flutter-engine. If you want to build the engine from source, use
fvm-sourcebuild
.andrejr commented on 2024-05-12 15:36 (UTC)
The file checksum is incorrect.
GPereira commented on 2023-05-31 16:31 (UTC)
That wasn't a clean install. After cleanup I could build the package by running:
before installing python-flet and after installing flutter
GPereira commented on 2023-05-31 16:19 (UTC)
@patlefort both folders are already present after a fresh install of the flutter package and have a different set of files inside (some but not all have the same name). What are you suggesting?
patlefort commented on 2023-05-24 21:23 (UTC)
The flutter package have issues that needs to be resolved. For now you can change the
.git-refs
to.git
in/opt/flutter
.andrejr commented on 2023-05-24 09:33 (UTC)
This package is unbuildable:
GPereira commented on 2023-05-21 13:57 (UTC)
No idea how to fix these issues while using the flutter package from AUR, I don't want to have a manual setup that would require manual intervention in the future
GPereira commented on 2023-05-21 13:56 (UTC)
The previous errors happen because
flutter doctor
tool expects the flutter installation path to be a git cloned repository and tries to use git to perform various tasks like derive the version from the git branch it is checked out and so on. That's why while trying to detect the version it fails and sets it as unknownGPereira commented on 2023-05-21 13:54 (UTC)
I could not setup flutter using the flutter package. It has issues detecting its own version when I run after a fresh install:
it outputs:
if I run
flutter doctor
and check the contents again it outputs:That is why while installing this flet package it outputs:
patlefort commented on 2023-05-08 16:39 (UTC) (edited on 2023-05-21 22:21 (UTC) by patlefort)
I can't reproduce that error. Is your flutter setup correctly? I'm using
flutter
package setup with required permissions.1 2 Next › Last »