Skip to content
This repository has been archived by the owner on Jan 2, 2021. It is now read-only.
/ ziplock Public archive

Flutter mobile application for managing zip-codes featuring Docker development configuration

Notifications You must be signed in to change notification settings

eug-vs/ziplock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ziplock

Flutter application for managing zip-codes - FAMCS 2020 1st semester course project.

Development with Docker

I don't want to blow up my machine with unnecessary packages, SDK's and frameworks. Therefore I run flutter in Docker.

To build and run the container in the interactive mode, run ./start.sh. After the image is built, you will find your self in the interactive shell, where ziplock/ directory is shared with your project directory. Therefore just plain cd ziplock && flutter run will do the job. Script forwards USB device into the container, but if your device doesn't show up try restarting ADB with adb kill-server && adb start-server.