We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75780d9 commit 477ca63Copy full SHA for 477ca63
lib/screens/settings_screen.dart
@@ -131,8 +131,7 @@ class _SettingsState extends State<Settings> {
131
color: Colors.brown,
132
backgroundColor: Colors.transparent),
133
),
134
- onTap: () =>
135
- launch('https://https://bornomala-tech.web.app/terms'),
+ onTap: () => launch('https://bornomala-tech.web.app/terms'),
136
137
138
@@ -149,8 +148,8 @@ class _SettingsState extends State<Settings> {
149
148
150
151
152
- onTap: () => launch(
153
- 'https://https://bornomala-tech.web.app/privacy'),
+ onTap: () =>
+ launch('https://bornomala-tech.web.app/privacy'),
154
155
156
0 commit comments