This repository was archived by the owner on Aug 15, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -160,9 +160,9 @@ class _UpdatesState extends State<Updates> {
160160 ),
161161 ),
162162 ];
163- return Center (
164- child : SizedBox (
165- width : 300 ,
163+ return Padding (
164+ padding : const EdgeInsets . symmetric (horizontal : 50 ),
165+ child : Center (
166166 child: Column (
167167 mainAxisAlignment: MainAxisAlignment .center,
168168 crossAxisAlignment: CrossAxisAlignment .center,
Original file line number Diff line number Diff 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 : 1.1.0
18+ version : 1.1.1
1919
2020environment :
2121 sdk : " >=2.16.1 <3.0.0"
Original file line number Diff line number Diff line change 11{
2- "version" : " 1.1.0 " ,
3- "changelog" : " Added self-update, cache and a few other minor changes ." ,
2+ "version" : " 1.1.1 " ,
3+ "changelog" : " Fixed a bug where the canvas color was not being set correctly ." ,
44 "downloadUrl" : " https://github.com/MuhammedKpln/spamify/releases/latest/download/Spamify.dmg"
55}
You can’t perform that action at this time.
0 commit comments