Skip to content
This repository was archived by the owner on Mar 22, 2025. It is now read-only.

Commit 1d96dcf

Browse files
authored
Merge pull request #129 from chornerman/release/0.5.1
Release - 0.5.1
2 parents ccab404 + f3191b3 commit 1d96dcf

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

README.md

+14
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,17 @@ To run integration tests with an emulator, use the below command:
4646
```
4747
fvm flutter drive --driver=integration_test_driver/integration_test_driver.dart --flavor staging --target=integration_test/{test_file}.dart
4848
```
49+
50+
## Screenshots
51+
52+
- Onboarding
53+
54+
<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"/>
55+
56+
- Home
57+
58+
<img src="https://user-images.githubusercontent.com/13492460/214794101-ce4e5652-cc47-4574-b40b-d0fec3608f9a.gif" width="180" height="375"/>
59+
60+
- Taking survey
61+
62+
<img src="https://user-images.githubusercontent.com/13492460/214794121-3ba82c8c-2e61-427a-8d6a-cedb56d353bc.gif" width="180" height="375"/>

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1515
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
1616
# Read more about iOS versioning at
1717
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
18-
version: 0.5.0+1
18+
version: 0.5.1+1
1919

2020
environment:
2121
sdk: ">=2.17.0 <3.0.0"

0 commit comments

Comments
 (0)