Skip to content

Commit 1203086

Browse files
🐛 all bugs fixed 🎉 v3 App completed
1 parent 5507be4 commit 1203086

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

lib/src/ui/pages/home_page.dart

+2-2
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ class _MyHomePageState extends State<MyHomePage>
160160
controller: tabController,
161161
),
162162
),
163+
163164
///TODO add change input locale button here
164165
ElevatedButton.icon(
165166
onPressed: () {
@@ -245,8 +246,7 @@ class _MyHomePageState extends State<MyHomePage>
245246
fontFamily: 'monospace'),
246247
),
247248
onTap: () => html.window.open(
248-
'https://github.com/SparcoT',
249-
'SparkoSol'),
249+
'https://github.com/SparcoT', 'SparkoSol'),
250250
),
251251
],
252252
),

web/favicon.png

86 Bytes
Loading

web/icons/Icon-192.png

2.76 KB
Loading

web/icons/Icon-512.png

19.8 KB
Loading

web/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html>
2+
<html xmlns="http://www.w3.org/1999/html">
33
<head>
44
<!--
55
If you are serving your web app in a path other than the root, change the
@@ -24,7 +24,7 @@
2424
<link rel="apple-touch-icon" href="icons/Icon-192.png">
2525

2626
<!-- Favicon -->
27-
<link rel="icon" type="image/png" href="favicon.png"/>
27+
<link rel="icon" href="favicon.png">
2828

2929
<title>flutter_localization_generator</title>
3030
<link rel="manifest" href="manifest.json">

0 commit comments

Comments
 (0)