Skip to content

Commit d2be636

Browse files
committed
🔖 v1.0.6 Launch
1. ✨In user profile page three tabs are added to filter tweet and commnet tweet and tweet with media. 2 ✨ User profile pic view added to view user profile picture. 3 ✨ User can tag other users in tweet, comment and in retweet. 4 ✨A notification will send to you if someone tag you in a tweet. 5 ✨ After tapping on notification from system notification tray, you will redirect to user profile who tagged you. 6 ✨ Chat list sorted by last message. 7 ✨ Last message and message time is added on chat userlist page. 8 ✨ Performance improved
1 parent 888c05e commit d2be636

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

‎CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
## [1.0.6] - UPCOMING
22

3-
* Three tabs are added to filter tweet and commnet tweet and tweet with media on profile page.
4-
* User profile pic view added to view profile picture of any user.
3+
* In user profile page three tabs are added to filter tweet and commnet tweet and tweet with media.
4+
* User profile pic view added to view user profile picture.
55
* User can tag other users in tweet, comment and in retweet.
66
* A notification will send to you if someone tag you in a tweet.
77
* After tapping on notification from system notification tray, you will redirect to user profile who tagged you.
88
* You can check the tweet on his profile.
9+
* Chat list sorted by last message.
10+
* Last message and message time is added on chat userlist page.
11+
* Performance improved
912

1013
## [1.0.5] - 15 Apr 2020
1114

‎pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ description: A new Flutter project.
1111
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
1212
# Read more about iOS versioning at
1313
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
14-
version: 1.0.5+10
14+
version: 1.0.6+11
1515

1616
environment:
1717
sdk: ">=2.1.0 <3.0.0"

0 commit comments

Comments
 (0)