Flutter-SDK-ARM64
                                
                                 Flutter-SDK-ARM64 copied to clipboard
                                
                                    Flutter-SDK-ARM64 copied to clipboard
                            
                            
                            
                        [THANKS] Thank you for creating a shortcut so I can test in my flutter app
I managed to compile and run it in my application, now I can continue the code editor project for Android so this will make it easier for people who don't have any / are poor so it can lighten their burden even though it is more complicated but this is amazing,
Thank you for building flutter for arm
LINK PROJECT: https://github.com/azkadev/terminal_flutter
I have found a way to install Flutter without any hassle, here is the script
#!/bin/sh
mkdir -p $HOME/development
cd $HOME/development
git clone --depth 1 --branch stable https://github.com/flutter/flutter
echo "export PATH=$PATH:$HOME/development/flutter/bin" >> $HOME/.bashrc
source $HOME/.bashrc
flutter doctor
I just developed an app editor like Termux on my cellphone, but using Ubuntu I managed to create a flutter app
if anyone is interested in this app
Check this link: https://github.com/globalcorporation/global_code_editor_app