Skip to content

Commit

Permalink
Create .gitpod.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
iamriajul authored Mar 29, 2021
1 parent 02b25ee commit de2924c
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
image: gitpod/workspace-flutter

tasks:
# Get dependencies & run bin
- init: 'dart pub get && dart run'

# Run flutter_example
- command: 'cd ./example/adhan_example_flutter_app && flutter pub get && flutter run -d web-server --web-port=8080 --web-hostname=0.0.0.0'

ports:
- port: 8080
# Open in browser for viewing the flutter app without issue.
onOpen: open-preview

vscode:
extensions:
- [email protected]:gKwMOzlkrgxrb7aPrMdQ8w==
- [email protected]:fCUgJ2byoDmsmQf0Dq12+g==

0 comments on commit de2924c

Please sign in to comment.