Flutter-SDK-ARM64 icon indicating copy to clipboard operation
Flutter-SDK-ARM64 copied to clipboard

[THANKS] Thank you for creating a shortcut so I can test in my flutter app

Open azkadev opened this issue 1 year ago • 2 comments

Screenshot from 2024-03-23 21-56-37 Screenshot from 2024-03-23 21-46-14

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

azkadev avatar Mar 23 '24 15:03 azkadev

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

azkadev avatar Mar 27 '24 02:03 azkadev

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

azkadev avatar Mar 30 '24 16:03 azkadev