Skip to content

Commit

Permalink
2.0.16: Enhancement 58
Browse files Browse the repository at this point in the history
Added searchDelay to give some time before search function is called in Future and non-Future cases. Thanks @rhernandez-itemsoft #58
Also moved web demo to pages.
  • Loading branch information
lcuis committed Dec 11, 2021
1 parent fb50f37 commit d6c7db3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ jobs:

- run: pushd example&&flutter build web
- run: sed -i 's/<base href="\/">/<base href="\/search_choices\/demo\/">/g' example/build/web/index.html
- mkdir -p emptyRoot
- mv example/build/web/ emptyRoot/demo
- run: mkdir -p emptyRoot
- run: mv example/build/web/ emptyRoot/demo
-
name: Deploy to GitHub Pages
if: success()
Expand Down

0 comments on commit d6c7db3

Please sign in to comment.