Skip to content

appleboy/flutter-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flutter-docker

Build Status

Unit testing for flutter in Docker. See the detail section about『Introduction to unit testing』.

How to use

download the docker image: 1.0.0 for flutter 1.0.0 stable version.

$ docker pull appleboy/flutter-docker:1.0.0

Download your flutter app source code.

$ git clone https://github.com/appleboy/flutter-demo.git
$ docker run -ti -v ${PWD}/flutter-demo:/flutter-demo -w /flutter-demo \
  appleboy/flutter-docker:1.0.0 \
  /bin/sh -c "flutter test"

About

Unit testing for flutter in Docker

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published