Skip to content

Commit

Permalink
🔖 v1.0.6 Launch
Browse files Browse the repository at this point in the history
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
  • Loading branch information
TheAlphamerc committed Jul 17, 2020
1 parent 888c05e commit d2be636
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
## [1.0.6] - UPCOMING

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

## [1.0.5] - 15 Apr 2020

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description: A new Flutter project.
# 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: 1.0.5+10
version: 1.0.6+11

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

0 comments on commit d2be636

Please sign in to comment.