flutter on AUR (Arch User Repository)

Last updated: May 17,2024

1. Install "flutter" effortlessly via AUR with the help of a helper(YAY)

a. Install YAY (https://github.com/Jguer/yay)

$ sudo pacman -S --needed git base-devel && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si

b. Install flutter on Arch using YAY

$ yay -S flutter

* (Optional) Uninstall flutter on Arch using YAY

$ yay -Rns flutter

2. Manually Install "flutter" via AUR

a. Ensure you have the base development tools and git installed with:

$ sudo pacman -S --needed base-devel git

b. Clone flutter's git locally

$ git clone https://aur.archlinux.org/flutter.git ~/flutter

c. Go to ~/flutter folder and install it

$ cd ~/flutter $ makepkg -si

3. Information about the flutter package on Arch User Repository (AUR)

ID: 1425617
Name: flutter
PackageBaseID: 123165
PackageBase: flutter
Version: 3.19.3-1
Description: A new mobile app SDK to help developers and designers build modern mobile apps for iOS and Android.
URL: https://flutter.dev
NumVotes: 129
Popularity: 2.870798
OutOfDate:
Maintainer: frealgagu
Submitter: flipflop97
FirstSubmitted: 1496696596
LastModified: 1710224881
URLPath: /cgit/aur.git/snapshot/flutter.tar.gz