This is portfolio mobile application made by Vadym Barda
- Install FVM
- Install Flutter by running
fvm install
- Follow Flutter installation guide to setup iOS, Android, and your operating system. Skip "Get the Flutter SDK" section as Flutter has already been installed on the previous step.
- Run
fvm flutter doctor
and fix any found issues. - Run
make
to perform initial project setup.
Please use FVM to run Flutter commands instead of
flutter
ordart
directly.
make
- setup project initiallymake flutter
- install Fluttermake packages
- get dependenciesmake strings
- generate stringsmake resources
- generate resourcesmake analysis
- analyze codemake clean
- clean buildsmake splash
- set native splash screenfvm flutter run
- run application