Skip to content

Commit

Permalink
Merge pull request #201 from vrrao01/swc-mac
Browse files Browse the repository at this point in the history
  • Loading branch information
vrrao01 authored Jan 15, 2023
2 parents a7c5fd2 + 6ed4c67 commit f0a54f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/widgets/home/home_tab_tile.dart
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ class HomeTabTile extends StatelessWidget {
);
if (newBadge) {
finalWidget = Badge(
position: BadgePosition.topEnd(top:3),
shape: BadgeShape.square,
borderRadius: BorderRadius.circular(8),
badgeContent: Text(
Expand Down
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: 1.2.0+14
version: 1.2.1+15

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

0 comments on commit f0a54f9

Please sign in to comment.