Package Details: flutter-beta 3.26.0_0.1.pre-1

Git Clone URL: https://aur.archlinux.org/flutter-beta.git (read-only, click to copy)
Package Base: flutter-beta
Description: A new mobile app SDK to help developers and designers build modern mobile apps for iOS and Android.
Upstream URL: https://flutter.dev
Keywords: flutter
Licenses: BSD-3-Clause
Conflicts: flutter
Provides: flutter
Submitter: subosito
Maintainer: Kppqju77
Last Packager: Kppqju77
Votes: 6
Popularity: 0.000004
First Submitted: 2018-08-31 06:31 (UTC)
Last Updated: 2024-09-12 22:10 (UTC)

Dependencies (18)

Required by (21)

Sources (3)

Latest Comments

« First ‹ Previous 1 2

dreieck commented on 2022-01-25 21:55 (UTC)

Can you add =${pkgver} to the provides entry?

nino commented on 2019-02-22 17:10 (UTC) (edited on 2019-02-22 17:52 (UTC) by nino)

If you rely only on the dependence on the java environment, you may have some problems. If you have a Java error called java.lang.NoClassDefFoundError: it may be because you need OpenJDK 8 or 7.

If you run a higher version of OpenJDK try this fix :

1) Install OpenJDK 8 2) Set the environment variable JAVA_HOME to /usr/lib/jvm/java-8-openjdk/ (correct the path if needed) 3) Change default Java environment archlinux-java set java-8-openjdk

I've found it with : - https://wiki.archlinux.org/index.php/Android#Java_Development_Kit - https://github.com/flutter/flutter/issues/16025#issuecomment-377219812