Skip to content
forked from allansrc/fdev

Ferramenta de Ambientação para desenvolvimento Flutter Environment Settup

License

Notifications You must be signed in to change notification settings

duckdevlabs/fdev

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fdev

Flutter development environment

Windows / macOS / Linux

For Windows:

Usage: (without Android Studio)

  • run the fdev-win.bat file as Admin

Usage: (Android Studio included)

  • run the fdev-win-android-s.bat file as Adm

It'll install:

  • Install chocolatey
  • Install Git
  • Download Flutter SDK
  • add Flutter to ENV. PATH
  • Download Dart SDK
  • Android Studio

Python and shellscript option installer

Option 1: (Python script)

It'll install:

  • Flutter

  • Android Studio

  • Visual Studio Code

  • wget, git, tar

For Linux distros

  • run the proper installer for your distro. i.e:
python3 fdev-linux.py

For macOS

  • run the installer file. i.e:
python3 fdev-macos.py

Option 2: (ShellScript Installer)

macOS / Linux

run the proper ShellScript installer file for your OS, i.e:

  • make the fdev-linux.sh file runnable,
chmod -x fdev-linux.sh 
  • then run the file .sh to installs
./fdev-linux.sh  

LICENSE:

Thanks to: marcusedu DahliaOS

About

Ferramenta de Ambientação para desenvolvimento Flutter Environment Settup

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 47.0%
  • Shell 40.2%
  • Batchfile 12.8%