Skip to content

Commit

Permalink
NetworkImageWithRetry: a retrying network image provider (flutter#3)
Browse files Browse the repository at this point in the history
* implement network image with retry

* NetworkImageWithRetry: a retrying network image provider

* add FLUTTER_HOME to travis

* move default values into constructor
  • Loading branch information
yjbanov authored Aug 1, 2017
1 parent 3047072 commit 305c45c
Show file tree
Hide file tree
Showing 4 changed files with 565 additions and 5 deletions.
1 change: 1 addition & 0 deletions packages/flutter_image/.travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ addons:
before_script:
- git clone https://github.com/flutter/flutter.git -b alpha --depth 1
- export PATH=$PATH:$(pwd)/flutter/bin
- export FLUTTER_HOME=$(pwd)/flutter
- flutter doctor

script: ./tool/travis.sh
Expand Down
Loading

0 comments on commit 305c45c

Please sign in to comment.