LINUX + FLUTTER
Hello Everyone ππ»ββοΈ
In this article i have written about how we can integrate flutter with Linux .
π So Letβs begin π
π Step 1. Create a Flutter app.
flutter create my_app
cd my_app
π Step 2. Install RHEL 8 on your pc.
π Step 3. Install Python and Apache server on it.
π Step 4. Write a Python script to execute Linux commands.
cd /var/www/cgi-bin
vim app.py
π Step 5. Make the file executable.
chmod +x app.py
π Step 6. Disable selinux and firewalld with following cmd:
setenforce 0
systemctl stop firewalld
π Step 7. Now, Write the Flutter code
π Step 8 . Now , letβs see some demo of my app
As i donβt have enough ram(space in my drive) for launching Emulator(Android Studio). Thatβs why i am using chrome here β¦
π° Successfully Completed the task πβοΈ