updated launch mode
This commit is contained in:
@@ -53,16 +53,19 @@ class InformationView extends StatelessWidget {
|
|||||||
mainAxisAlignment: MainAxisAlignment.center,
|
mainAxisAlignment: MainAxisAlignment.center,
|
||||||
children: [
|
children: [
|
||||||
IconButton(
|
IconButton(
|
||||||
onPressed: () =>
|
onPressed: () => launchUrl(
|
||||||
launchUrl(Uri.parse('https://www.instagram.com/fx.kr')),
|
Uri.parse('https://www.instagram.com/flixcoo'),
|
||||||
|
mode: LaunchMode.externalApplication),
|
||||||
icon: const Icon(FontAwesomeIcons.instagram)),
|
icon: const Icon(FontAwesomeIcons.instagram)),
|
||||||
IconButton(
|
IconButton(
|
||||||
onPressed: () => launchUrl(
|
onPressed: () => launchUrl(
|
||||||
Uri.parse('mailto:felix.kirchner.fk@gmail.com')),
|
Uri.parse('mailto:felix.kirchner.fk@gmail.com'),
|
||||||
|
mode: LaunchMode.externalApplication),
|
||||||
icon: const Icon(CupertinoIcons.envelope)),
|
icon: const Icon(CupertinoIcons.envelope)),
|
||||||
IconButton(
|
IconButton(
|
||||||
onPressed: () =>
|
onPressed: () => launchUrl(
|
||||||
launchUrl(Uri.parse('https://www.github.com/flixcoo')),
|
Uri.parse('https://www.github.com/flixcoo'),
|
||||||
|
mode: LaunchMode.externalApplication),
|
||||||
icon: const Icon(FontAwesomeIcons.github)),
|
icon: const Icon(FontAwesomeIcons.github)),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user