Skip to content

Commit

Permalink
Merge pull request #129 from chornerman/release/0.5.1
Browse files Browse the repository at this point in the history
Release - 0.5.1
  • Loading branch information
chornerman authored Jan 26, 2023
2 parents ccab404 + f3191b3 commit 1d96dcf
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,17 @@ To run integration tests with an emulator, use the below command:
```
fvm flutter drive --driver=integration_test_driver/integration_test_driver.dart --flavor staging --target=integration_test/{test_file}.dart
```

## Screenshots

- Onboarding

<img src="https://user-images.githubusercontent.com/13492460/214794037-4ba23ac8-5957-4a5b-9d0b-54e6cad06c35.gif" width="180" height="375"/> <img src="https://user-images.githubusercontent.com/13492460/214794075-e59a8bee-212e-409e-b2d6-677d52f5844d.gif" width="180" height="375"/>

- Home

<img src="https://user-images.githubusercontent.com/13492460/214794101-ce4e5652-cc47-4574-b40b-d0fec3608f9a.gif" width="180" height="375"/>

- Taking survey

<img src="https://user-images.githubusercontent.com/13492460/214794121-3ba82c8c-2e61-427a-8d6a-cedb56d353bc.gif" width="180" height="375"/>
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 0.5.0+1
version: 0.5.1+1

environment:
sdk: ">=2.17.0 <3.0.0"
Expand Down

0 comments on commit 1d96dcf

Please sign in to comment.