Skip to content

Latest commit

 

History

History
65 lines (47 loc) · 728 Bytes

README.md

File metadata and controls

65 lines (47 loc) · 728 Bytes

flutter-image-viewer

Machine:

  • OS: MacOS
  • IDE: IntelliJ IDEA
  • Docker, docker-compose

Setup Local:

# for MacOS
brew install flutter

Install Plugin Flutter to IntelliJ IDEA Restart IDE

cd ./src
flutter packages get
flutter pub get

Setup Initial:

cp src/sample.env src/.env
vi src/.env
# setup API-and-Key
# Only ONCE
sh flutter_exec.sh
sh flutter_init.sh

Development Using Docker:

sh flutter_exec.sh

# do in container
sh flutter_run.sh

# after change files, wanna hot reload
r
# another local terminal
flutter packages get

Development At Local Machine:

sh flutter_run.sh

# after change files, wanna hot reload
r