mirror of
https://github.com/pd4d10/git-touch.git
synced 2026-04-28 10:28:58 -05:00
fix: contributions initial position
This commit is contained in:
@@ -97,7 +97,7 @@ class UserScreen extends StatelessWidget {
|
||||
}
|
||||
|
||||
Widget _buildContributions(List<ContributionsInfo> contributions) {
|
||||
var row = Row(
|
||||
final row = Row(
|
||||
children: <Widget>[],
|
||||
crossAxisAlignment: CrossAxisAlignment.start,
|
||||
);
|
||||
@@ -128,6 +128,7 @@ class UserScreen extends StatelessWidget {
|
||||
padding: EdgeInsets.all(10),
|
||||
child: SingleChildScrollView(
|
||||
scrollDirection: Axis.horizontal,
|
||||
reverse: true,
|
||||
child: row,
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user