modified: lib/home/appbar/about.dart

This commit is contained in:
stonegate 2020-04-02 18:18:25 +08:00
parent 5dc490f83f
commit b6fa0be33f
3 changed files with 4 additions and 7 deletions

View File

@ -79,7 +79,7 @@ class AboutApp extends StatelessWidget {
Container(
padding: EdgeInsets.symmetric(horizontal: 50),
child: Text(
'Tsacdop is a podcast player developed in flutter, a simply beautiful, and friendly app.',
'Tsacdop is a podcast player developed in flutter, a simply beautiful and friendly app.',
textAlign: TextAlign.center,
),
),
@ -110,10 +110,7 @@ class AboutApp extends StatelessWidget {
'https://github.com/stonaga/'),
_listItem(context, 'Twitter', LineIcons.twitter,
'https://twitter.com/shimenmen'),
_listItem(
context,
'Medium',
LineIcons.medium,
_listItem(context, 'Medium', LineIcons.medium,
'https://medium.com/@stonegate'),
],
),

View File

@ -213,7 +213,7 @@ class Settings extends StatelessWidget {
Divider(height: 2),
ListTile(
onTap: () => _launchUrl(
'mailto:<tsacdop.app@gmail.com>?subject=Tsacdop Feedback'),
'mailto:<tsacdop@stonegate.me>?subject=Tsacdop Feedback'),
contentPadding:
EdgeInsets.symmetric(horizontal: 25.0),
leading: Icon(LineIcons.bug_solid),

View File

@ -101,7 +101,7 @@ class EpisodeGrid extends StatelessWidget {
return SliverPadding(
padding:
const EdgeInsets.only(top: 5.0, bottom: 5.0, left: 15.0, right: 15.0),
const EdgeInsets.only(top: 10.0, bottom: 5.0, left: 15.0, right: 15.0),
sliver: SliverGrid(
gridDelegate: SliverGridDelegateWithFixedCrossAxisCount(
childAspectRatio: 1,