Update about us with string keys, restore increased blur amt
This commit is contained in:
parent
ce4fea8364
commit
9c2c93ea91
@ -18,7 +18,7 @@ class AppBackdrop extends StatelessWidget {
|
||||
final double normalStrength = clampDouble(strength, 0, 1);
|
||||
if (settingsLogic.useBlurs) {
|
||||
return BackdropFilter(
|
||||
filter: ImageFilter.blur(sigmaX: normalStrength * 10, sigmaY: normalStrength * 10),
|
||||
filter: ImageFilter.blur(sigmaX: normalStrength * 15, sigmaY: normalStrength * 15),
|
||||
child: child ?? SizedBox.expand(),
|
||||
);
|
||||
}
|
||||
|
@ -59,10 +59,9 @@ class AboutDialogContent extends StatelessWidget {
|
||||
...buildSpan($strings.homeMenuAboutSource('{githubUrl}'), linkSupplants: {
|
||||
'{githubUrl}': [($strings.homeMenuAboutRepo), 'https://github.com/gskinnerTeam/flutter-wonderous-app'],
|
||||
}),
|
||||
...buildSpan(' As explained in our {privacyUrl} we do not collect any personal information.',
|
||||
linkSupplants: {
|
||||
'{privacyUrl}': ['Privacy Policy', 'https://flutter.gskinner.com/wonderous/privacy/'],
|
||||
}),
|
||||
...buildSpan(' ${$strings.privacyStatement('{privacyUrl}')}', linkSupplants: {
|
||||
'{privacyUrl}': [$strings.privacyPolicy, 'https://flutter.gskinner.com/wonderous/privacy/'],
|
||||
}),
|
||||
...buildSpan('\n\n'),
|
||||
...buildSpan('${$strings.homeMenuAboutPublic('{metUrl}')} ', linkSupplants: {
|
||||
'{metUrl}': [
|
||||
|
Loading…
x
Reference in New Issue
Block a user